AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
4:2c91c9eccf3a
Child:
5:be598835bab0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/board/Leds.h	Sat Dec 13 10:11:24 2014 +0000
@@ -0,0 +1,16 @@
+#ifndef LEDS_H
+#define LEDS_H
+
+#include "mbed.h"
+
+struct LedPins{
+    PinName left;
+    PinName richt;
+};
+
+class Leds{
+    
+    public:
+    Leds(PinName leftPin, PinName rightPin);
+};
+#endif
\ No newline at end of file