miguelbalboa / rfid

Arduino RFID Library for MFRC522
The Unlicense
2.77k stars 1.44k forks source link

adding HSPI support for ESP32 #514

Closed octopic closed 4 years ago

octopic commented 4 years ago

Using a pointer to the SPI class and a constructor that set the SPI class. (according with MFRC522.cpp)

Q A
Bug fix? yes/no
New feature? yes/no
Doc update? yes/no
BC breaks? yes/no
Deprecations? yes/no
Fixed tickets #...
Rotzbua commented 4 years ago

I implemented this idea at the fork.