RFID Chip MFRC522 driver
Dependents: Controlling_Device_Using_RFID MFRC522_Reader_Program MFRC522_Reader_Program2 SubscribeTestMQTT
Fork of MFRC522 by
Revision 2:6951895eb979, committed 2017-06-09
- Comitter:
- sheralikhan
- Date:
- Fri Jun 09 06:02:04 2017 +0000
- Parent:
- 1:63d729186747
- Commit message:
- Controlling device using RFID;
Changed in this revision
MFRC522.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 63d729186747 -r 6951895eb979 MFRC522.cpp --- a/MFRC522.cpp Mon Jan 06 15:00:15 2014 +0000 +++ b/MFRC522.cpp Fri Jun 09 06:02:04 2017 +0000 @@ -55,7 +55,7 @@ { /* Configure SPI bus */ m_SPI.format(8, 0); - m_SPI.frequency(8000000); + m_SPI.frequency(5000000); /* Release SPI-CS pin */ m_CS = 1;