RFID-RC522 example. The platform board changes into Using WIZwiki-W7500.

Dependencies:   RFID-RC522

Fork of RFID-RC522 by Thomas Kirchner

Revision:
3:78eca7f5176a
Parent:
1:63d729186747
--- a/MFRC522.cpp	Fri Jun 06 03:04:48 2014 +0000
+++ b/MFRC522.cpp	Fri Jul 21 08:48:57 2017 +0000
@@ -55,7 +55,7 @@
 {
   /* Configure SPI bus */
   m_SPI.format(8, 0);
-  m_SPI.frequency(8000000);
+  m_SPI.frequency(1000000);
 
   /* Release SPI-CS pin */
   m_CS       = 1;