From df33dd7cfdfca3a96388877d0cae58c288ea2917 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 9 Sep 2018 05:55:19 -0700 Subject: [PATCH] Make example sketch file and folder names match 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 --- .../Second_Return_Detect_and_Print.ino | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LIDARLite/examples/Single Sensor/{Second_Return_Detect => Second_Return_Detect_and_Print}/Second_Return_Detect_and_Print.ino (100%) diff --git a/LIDARLite/examples/Single Sensor/Second_Return_Detect/Second_Return_Detect_and_Print.ino b/LIDARLite/examples/Single Sensor/Second_Return_Detect_and_Print/Second_Return_Detect_and_Print.ino similarity index 100% rename from LIDARLite/examples/Single Sensor/Second_Return_Detect/Second_Return_Detect_and_Print.ino rename to LIDARLite/examples/Single Sensor/Second_Return_Detect_and_Print/Second_Return_Detect_and_Print.ino