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 all,..
in the RTOS there is a timer that looks like this...
I want to use it to call a method that has no argument.
One like this
I can get it to work like this... I've tried many other things, but nothing else works..
surely there's a neater way ? without having to pass a null ?, or is this the correct way ?