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.
I try to use a Ticker Tic for some sort of sequencing. Tic is attached to sub1() /* Tic.attach(&sub1,DT1) */ that runs after the specific time DT1; Sub1 detaches Tic and attaches Tic to sub2( ) that will run after a specific time DT2; Any suggestions why it does not run?