From 13287703f9f25cf51f8f222d979ec18358064fbb Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 9 Sep 2018 17:50:15 -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. This change causes the example sketch to be accessible via the Arduino IDE's File > Examples > LIBRARYNAME menu after the library is installed. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples --- INDSP_Test_TFT.ino => examples/INDSP_Test_TFT/INDSP_Test_TFT.ino | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename INDSP_Test_TFT.ino => examples/INDSP_Test_TFT/INDSP_Test_TFT.ino (100%) diff --git a/INDSP_Test_TFT.ino b/examples/INDSP_Test_TFT/INDSP_Test_TFT.ino similarity index 100% rename from INDSP_Test_TFT.ino rename to examples/INDSP_Test_TFT/INDSP_Test_TFT.ino