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: EthernetInterface mbed-rtos mbed NTPClient
Diff: Headers/Capture.h
- Revision:
- 1:fe2d4530da1b
- Parent:
- 0:66d8bd1f9d4c
- Child:
- 29:fcfcb31a6362
--- a/Headers/Capture.h Thu Sep 04 19:40:18 2014 +0000
+++ b/Headers/Capture.h Fri Sep 12 13:08:14 2014 +0000
@@ -47,7 +47,7 @@
static void Stop();
static void Wait();
- void ReadRFID(int channel,char *rfid);
+ static bool ReadRFID(int channel,char *rfid);
};
