Mario Bambagini / Mbed 2 deprecated car_chassis

Dependencies:   Servo mbed-rtos mbed

led.hpp

Committer:
mariob
Date:
2015-08-31
Revision:
1:79b1ee0f97ef

File content as of revision 1:79b1ee0f97ef:

#ifndef __LED_HPP__
#define __LED_HPP__

/**
 * initialization function of the leds:
 * - LED1: blinking at 1Hz
 */
void init_led();

#endif //__LED_HPP__