car chassis

Dependencies:   Servo mbed-rtos mbed

clock.hpp

Committer:
mariob
Date:
2015-10-13
Revision:
4:7fa7f78cbb92
Parent:
2:7dfc8dd6aab3

File content as of revision 4:7fa7f78cbb92:

#ifndef __CLOCK_HPP__
#define __CLOCK_HPP__

//initialize the clock by setting it at 00:00
void init_clock();

//handle clock messages to update internal clock
void thread_clock (void const *args);

#endif //__CLOCK_HPP__