AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
11:50572814f73e
Parent:
7:baf207d88603
Child:
27:f29805113454
--- a/main.cpp	Sun Dec 14 11:50:19 2014 +0000
+++ b/main.cpp	Wed Dec 31 15:27:43 2014 +0000
@@ -8,7 +8,7 @@
 PinName buttonpin = P0_5;
 PinName keypin = P0_4;
 PinName buzzerpin = P2_3;
-LedPins ledpins = {P2_4, P2_4}; // left, right
+LedPins ledpins = {P2_4, P2_5}; // left, right
 KeyboardPins keyboardpins = {{P0_8, P0_9, P0_10, P0_11}, {P0_16, P0_17, P0_18}};
 LcdPins lcdpins = {P1_30, P1_31, P0_23, P0_24, P0_25, P0_26};