car chassis

Dependencies:   Servo mbed-rtos mbed

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?

UserRevisionLine numberNew 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__