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: BufferedSerial C12832 EndpointMain-rfid EthernetInterface Logger StatusReporter-df2014 mbed-rtos mbed
Fork of df-2014-workshop-rfid-case-generator-k64f by
Diff: main.cpp
- Revision:
- 7:5d6e03557246
- Parent:
- 6:427c387b10e7
- Child:
- 8:fefcecb66463
diff -r 427c387b10e7 -r 5d6e03557246 main.cpp
--- a/main.cpp Wed Aug 27 18:30:05 2014 +0000
+++ b/main.cpp Wed Aug 27 18:51:59 2014 +0000
@@ -22,7 +22,7 @@
// RFID Reader - on P14 pin
#if ID12_ENABLE
#include "ID12RFID.h"
- ID12RFID rfid_reader(p14);
+ ID12RFID rfid_reader(p13,p14);
#endif
// Salesforce Case Generator

