I don't understand this problem for mikr c pro

Status
Not open for further replies.

belal545

Newbie level 3
Joined
Mar 31, 2012
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,321
Please don't understand why my software done massage its below of image
 

Attachments

  • Untitled-1.jpg
    430.9 KB · Views: 89

Probably didn't include the header file for your microcontroller so the register names are undefined
 

One thing to do is to creat new project and selecte the target device. This will automatically add the header file for your target device. One more thing to check is that, while working with ADC, you might have not included the ADC library. Add this library from Library Manager and all will be fine. Rest seems to be fine with the code
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…