Skip to content

Commit a966658

Browse files
authored
Changed from MFRC522.h to MFRC522-SOLDERED.h for Inkplate6COLOR.
1 parent 19166f3 commit a966658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Inkplate6COLOR/Advanced/Communications/Inkplate6COLOR_Second_SPI/Inkplate6COLOR_Second_SPI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// Include needed libraries
3434
#include "Inkplate.h"
3535
#include "SPI.h"
36-
#include "MFRC522.h"
36+
#include "MFRC522-SOLDERED.h"
3737

3838
// Pins for the MFRC522
3939
#define RST_PIN -1 // Not used

0 commit comments

Comments
 (0)