Mario Bambagini / Mbed 2 deprecated car_chassis

Dependencies:   Servo mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers clock.hpp Source File

clock.hpp

00001 #ifndef __CLOCK_HPP__
00002 #define __CLOCK_HPP__
00003 
00004 //initialize the clock by setting it at 00:00
00005 void init_clock();
00006 
00007 //handle clock messages to update internal clock
00008 void thread_clock (void const *args);
00009 
00010 #endif //__CLOCK_HPP__