rc522 project

Dependencies:   RC522

Fork of RFID-RC522 by Andrea Corrado

Revision:
4:320ce84c8f43
Parent:
3:654723104cc9
--- a/MFRC522.cpp	Fri Jun 22 09:41:42 2018 +0000
+++ b/MFRC522.cpp	Fri Jun 22 09:59:36 2018 +0000
@@ -55,8 +55,8 @@
 {
   /* Configure SPI bus */
   m_SPI.format(8, 0);
-//  m_SPI.frequency(8000000);
-  m_SPI.frequency(1000000);
+  m_SPI.frequency(8000000);
+
 
   /* Release SPI-CS pin */
   m_CS       = 1;