vcttttttt
Fork of MFRC522 by
Revision 2:616bc6cc91a5, committed 2017-04-06
- Comitter:
- sheralikhan
- Date:
- Thu Apr 06 09:18:48 2017 +0000
- Parent:
- 1:63d729186747
- Commit message:
- MFRC522 reading data from RFID tag
Changed in this revision
| MFRC522.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MFRC522.cpp Mon Jan 06 15:00:15 2014 +0000
+++ b/MFRC522.cpp Thu Apr 06 09:18:48 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;
