car chassis

Dependencies:   Servo mbed-rtos mbed

Revision:
1:79b1ee0f97ef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/led.hpp	Mon Aug 31 22:25:57 2015 +0000
@@ -0,0 +1,10 @@
+#ifndef __LED_HPP__
+#define __LED_HPP__
+
+/**
+ * initialization function of the leds:
+ * - LED1: blinking at 1Hz
+ */
+void init_led();
+
+#endif //__LED_HPP__