From 7ab77339075bf0f919a34e72a9a2875b64128763 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 23 Jul 2018 01:33:20 -0700 Subject: [PATCH] Move example sketch to appropriately named folder 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. --- examples/{mfrc522_i2c => MFRC522_i2c}/MFRC522_i2c.ino | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{mfrc522_i2c => MFRC522_i2c}/MFRC522_i2c.ino (100%) diff --git a/examples/mfrc522_i2c/MFRC522_i2c.ino b/examples/MFRC522_i2c/MFRC522_i2c.ino similarity index 100% rename from examples/mfrc522_i2c/MFRC522_i2c.ino rename to examples/MFRC522_i2c/MFRC522_i2c.ino