car chassis

Dependencies:   Servo mbed-rtos mbed

led.hpp

Committer:
mariob
Date:
2015-10-13
Revision:
4:7fa7f78cbb92
Parent:
1:79b1ee0f97ef

File content as of revision 4:7fa7f78cbb92:

#ifndef __LED_HPP__
#define __LED_HPP__

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

#endif //__LED_HPP__