E2PRO2 / Mbed OS e2pro2-rfid-house
Revision:
10:0a444736aeb8
Parent:
9:369b261ddb10
Child:
11:6e862985089f
--- a/main.cpp	Fri May 03 11:37:37 2019 +0000
+++ b/main.cpp	Fri May 03 12:52:41 2019 +0000
@@ -42,7 +42,7 @@
   RFID IRQ  = pin5   ->                   -------- OPEN --------
   ======================= RFID 2 ======================================
   RFID SDA  = pin1   ->   SPI_CS          PA_12=D2     PTD5     
-  RFID RST  = pin7   ->                   PB_1=D6      [PTA13] <- might not be good
+  RFID RST  = pin7   ->                   PB_1=D6      PTC9 <- might not be good
   RFID IRQ  = pin5   ->                   -------- OPEN --------
   =====================================================================
 
@@ -84,7 +84,7 @@
   
   //RFID 2
   #define SPI_CS2   PTD5
-  #define MF_RESET2 PTA13
+  #define MF_RESET2 PTC9
 
   //House circuit connections
   #define FRONTDOOR_SET A1