AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
0:4a0929f1b4fd
Child:
4:2c91c9eccf3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Airsofttimer.cpp	Thu Feb 07 20:50:33 2013 +0000
@@ -0,0 +1,16 @@
+
+#include "Airsofttimer.h"
+
+
+/*Airsofttimer::Airsofttimer(){
+
+    buttonPin   = P0_4;    //P0.4
+    keyPin      = P0_5;    //P0.5
+    ledAPin     = P2_4;    //P2.4
+    ledBPin     = P2_5;    //P2.5
+    buzzerPin   = P2_3;    //P2.3
+    keyboardRowPins = {P0_8 , P0_9 , P0_10, P0_11};              // ROWS=P0.8 -> P0.11
+    keyboardColPins = {P0_16, P0_17, P0_18};                     // COLS=P0.16 -> P0.18
+    lcdPins      = {P1_31, P1_30, P0_23, P0_24, P0_23, P0_26};   // E=P1.31, RS=P1.30, D4=P0.23 -> D7=P0.26
+
+}*/
\ No newline at end of file