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.
Fork of RFID-RC522 by
Diff: MFRC522.cpp
- Revision:
- 4:320ce84c8f43
- Parent:
- 3:654723104cc9
diff -r 654723104cc9 -r 320ce84c8f43 MFRC522.cpp
--- 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;
    