Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Servo mbed-rtos mbed
Diff: body.hpp
- Revision:
- 1:79b1ee0f97ef
- Child:
- 2:7dfc8dd6aab3
diff -r ce6055872f4e -r 79b1ee0f97ef body.hpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/body.hpp Mon Aug 31 22:25:57 2015 +0000 @@ -0,0 +1,8 @@ +#ifndef __BODY_HPP__ +#define __BODY_HPP__ + +void init_body(); + +void thread_body (void const *args); + +#endif //__BODY_HPP__