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.
Hello,
I've been working on an hexapod robot with the mbed lpc1768 at the heart of it. Because of the large timed functions (to do the reverse kinetects for the servo's and setting the right pwm value's) I've choosen to go with rtos. This said, i have run into a problem.
I want to be able to have a serial (or pin interupt) wich runs on its own thread this so other code can still be executed. Is this possible, and are there examples available for me to look at?
thanks :)