From 1f97bd0ab2f43202f20a013ac164caf457310a36 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 21 Jul 2018 08:06:16 -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 --- .../{USensor Example.ino => USensor_Example/USensor_Example.ino} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename U_SENSOR/examples/{USensor Example.ino => USensor_Example/USensor_Example.ino} (100%) diff --git a/U_SENSOR/examples/USensor Example.ino b/U_SENSOR/examples/USensor_Example/USensor_Example.ino similarity index 100% rename from U_SENSOR/examples/USensor Example.ino rename to U_SENSOR/examples/USensor_Example/USensor_Example.ino