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.
Dependents: ID12RFID_HelloWorld2
main.cpp
00001 // Hello World for printing RFID tag numbers 00002 00003 #include "mbed.h" 00004 #include "ID12RFID.h" 00005 00006 ID12RFID rfid(p14); // uart rx 00007 00008 int main() { 00009 printf("Hello World\n"); 00010 while(1) { 00011 if(rfid.readable()) { 00012 printf("RFID Tag number : %d\n", rfid.read()); 00013 } 00014 } 00015 }
Generated on Thu Jul 14 2022 08:47:10 by
 1.7.2 
    
            ID12 RFID Reader