E2PRO2 / Mbed 2 deprecated e2pro-rfid-house-dev

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
janusboandersen
Date:
Thu May 09 07:43:54 2019 +0000
Parent:
7:97ec51175c9a
Commit message:
Set GATE_WAIT to 0 seconds because KL25Z RTC does not work...

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu May 09 07:28:26 2019 +0000
+++ b/main.cpp	Thu May 09 07:43:54 2019 +0000
@@ -46,7 +46,7 @@
 
 //speed setting
 #define RFID_WAIT_MS 1000
-#define GATE_WAIT_TIME_S 4
+#define GATE_WAIT_TIME_S 0
 
 //Serial connection to terminal for output
 Serial pc(SERIAL_TX, SERIAL_RX);