Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi, I read a previous post where a Ticker had been set, the main program runs in an empty loop with a simple ; since an empty loop can't sustain a ticker. I've found it will only run with a 'wait'. In my example below, removing the 'wait' means the program never stops (i.e. all leds don't show). Is there a better 'do tasks' command than havin to use 'wait' to put in my while(1) {} ?
Thanks in advance, Sam