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
clock.hpp
- Committer:
- mariob
- Date:
- 2015-08-31
- Revision:
- 1:79b1ee0f97ef
- Child:
- 2:7dfc8dd6aab3
File content as of revision 1:79b1ee0f97ef:
#ifndef __CLOCK_HPP__ #define __CLOCK_HPP__ void init_clock(); void thread_clock (void const *args); #endif //__CLOCK_HPP__