inventrdotio / AdventureKit2

Code for the second adventure kit
41 stars 12 forks source link

Chapter 2 Base Security Lesson NFC Badges Compile Issie #13

Open caflorin opened 1 year ago

caflorin commented 1 year ago

Chapter 2 Base Security Lesson NFC Badges. Upon compiling, so have received a Compilation error: 'MFRC522_SPI' does not name a type; did you mean 'MFRC522_h'?; This is caused by having the wrong library installed. By opening your Manage Libraries under tool remove the library MFRC522 and then add the library MFRC522-spi-ic2-uart-async, the lesson will compile and match up with the points discussed in the video.

Recommend adding the library requirements into the comment section of the *.ino file