mirror of
https://github.com/semaf/MFRC522_I2C_Library.git
synced 2026-01-25 00:22:29 +01:00
The Arduino IDE requires the sketch folder name to match the filename of the primary sketch file. On a filename case-sensitive OS like Linux, this includes matching case. This change causes the example sketch to be accessible via the Arduino IDE's File > Examples > LIBRARYNAME menu after the library is installed.