Microcontroller › AVR › Help needed in implementing obstacle detection logic › Try changing your second and
April 12, 2012 at 10:13 am
#7421
Participant
Try changing your second and third line of your code.
You should define some value before using the macro in your code
Example:
#define cut_off_high 0;
#define cut_off_low 0;