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@1:79b1ee0f97ef, 2015-08-31 (annotated)
- Committer:
- mariob
- Date:
- Mon Aug 31 22:25:57 2015 +0000
- Revision:
- 1:79b1ee0f97ef
- Child:
- 2:7dfc8dd6aab3
first commit with the following features: CAN driver (it works), eeprom (it works but it is not used)
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mariob | 1:79b1ee0f97ef | 1 | #ifndef __CLOCK_HPP__ |
| mariob | 1:79b1ee0f97ef | 2 | #define __CLOCK_HPP__ |
| mariob | 1:79b1ee0f97ef | 3 | |
| mariob | 1:79b1ee0f97ef | 4 | void init_clock(); |
| mariob | 1:79b1ee0f97ef | 5 | |
| mariob | 1:79b1ee0f97ef | 6 | void thread_clock (void const *args); |
| mariob | 1:79b1ee0f97ef | 7 | |
| mariob | 1:79b1ee0f97ef | 8 | #endif //__CLOCK_HPP__ |