Abhishek Goyanka / Mbed 2 deprecated RFID_Attendance_System

Dependencies:   MFRC522 NOKIA_5110 SDFileSystem mbed

Fork of FTF2014_lab4 by Freescale

Files at this revision

API Documentation at this revision

Comitter:
abhishekgoyanka
Date:
Sun May 10 19:07:12 2015 +0000
Parent:
8:ea7d0c9a35c4
Commit message:
Few revisions

Changed in this revision

NOKIA_5110.lib Show annotated file Show diff for this revision Revisions of this file
Nokia5110.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ea7d0c9a35c4 -r f7c69716fad8 NOKIA_5110.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NOKIA_5110.lib	Sun May 10 19:07:12 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/Fuzball/code/NOKIA_5110/#9cfce382e741
diff -r ea7d0c9a35c4 -r f7c69716fad8 Nokia5110.lib
--- a/Nokia5110.lib	Sun May 03 18:27:02 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/Fuzball/code/Nokia5110/#449931e18349
diff -r ea7d0c9a35c4 -r f7c69716fad8 main.cpp
--- a/main.cpp	Sun May 03 18:27:02 2015 +0000
+++ b/main.cpp	Sun May 10 19:07:12 2015 +0000
@@ -83,7 +83,7 @@
     for (uint8_t i = 0; i < RfChip.uid.size; i++)
     {
       printf("%X02", RfChip.uid.uidByte[i]);
-     user[i]=RfChip.uid.uidByte[i];
+      user[i]=RfChip.uid.uidByte[i];
     }
     printf("\n");