Last minute autonomous programming!
We need help using a counting variable for programming autonomous. The counter should be incrementing but its not. It sorta looks like this:
unsigned counter = 0;
counter++;
printf ( "counter value: ", counter);
Any suggestions would be very much appreciated!
|