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