From 863b37e5585eb3d984e1d4a7df249a657df7f0b1 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 8 May 2019 23:05:01 -0700 Subject: [PATCH] Make example sketch filename match folder name 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/{ => iAccelStepper_test}/iAccelStepper_test.ino | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{ => iAccelStepper_test}/iAccelStepper_test.ino (100%) diff --git a/examples/iAccelStepper_test.ino b/examples/iAccelStepper_test/iAccelStepper_test.ino similarity index 100% rename from examples/iAccelStepper_test.ino rename to examples/iAccelStepper_test/iAccelStepper_test.ino