Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Revision 8:9a4e015cfb07, committed 2019-05-09
- 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);

