From 2eb2baa458588d152abbdbd799728d866d2e1502 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 25 May 2019 02:46:45 -0700 Subject: [PATCH] Move example sketch to an 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 > Arduino_Library_SMA420564L menu after the library is installed. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples --- lcd_demolib.ino => examples/lcd_demolib/lcd_demolib.ino | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lcd_demolib.ino => examples/lcd_demolib/lcd_demolib.ino (100%) diff --git a/lcd_demolib.ino b/examples/lcd_demolib/lcd_demolib.ino similarity index 100% rename from lcd_demolib.ino rename to examples/lcd_demolib/lcd_demolib.ino