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.
Fork of ID12RFID by
Revision 4:2593c0ca3e8f, committed 2014-09-09
- Comitter:
- ansond
- Date:
- Tue Sep 09 20:23:00 2014 +0000
- Parent:
- 3:d5920dcaf034
- Commit message:
- updated to use BufferSerial
Changed in this revision
| ID12RFID.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ID12RFID.h Tue Sep 09 17:01:12 2014 +0000
+++ b/ID12RFID.h Tue Sep 09 20:23:00 2014 +0000
@@ -24,6 +24,7 @@
#define MBED_ID12RFID_H
#include "mbed.h"
+#include "BufferedSerial.h"
/** An interface for the ID-12 RFID reader device
*
@@ -66,7 +67,7 @@
int read();
private:
- RawSerial _rfid;
+ BufferedSerial _rfid;
};
