From bc4d1a6f6b6d8ae7b27cde8d3e49af660d614e8d Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 22 Jul 2018 03:51:33 -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 --- examples/{ => FlySkyIBusDemo}/FlySkyIBusDemo.ino | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{ => FlySkyIBusDemo}/FlySkyIBusDemo.ino (100%) diff --git a/examples/FlySkyIBusDemo.ino b/examples/FlySkyIBusDemo/FlySkyIBusDemo.ino similarity index 100% rename from examples/FlySkyIBusDemo.ino rename to examples/FlySkyIBusDemo/FlySkyIBusDemo.ino