Mario Bambagini / Mbed 2 deprecated car_chassis

Dependencies:   Servo mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers led.hpp Source File

led.hpp

00001 #ifndef __LED_HPP__
00002 #define __LED_HPP__
00003 
00004 /**
00005  * initialization function of the leds:
00006  * - LED1: blinking at 1Hz
00007  */
00008 void init_led();
00009 
00010 #endif //__LED_HPP__