Files
RFID.MFRC522/MFRC522.cpp
Adrian Nistor 68f0b68a5a Some fixes for STM32F1 platform
* replace char with int8_t because char does not seem to be signed on STM32 and leads to infinite loops.
* move the pin handling out of constructor and into PCD_Init() function to avoid problems with digitalWrite() crashing due to unpredictable global variable initialisation order on STM32 (pin map arrays are not always setup before user's global objects are constructed).
2015-06-13 19:59:04 +03:00

66 KiB