From ca8787ea75974bb8947c13f0e95ab2b7b423240d Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 23 Jul 2018 00:41:57 -0700 Subject: [PATCH] Move example sketches to appropriately named folders 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/{ => IRRawData}/IRRawData.ino | 0 examples/{ => IRTestWithLibrary}/IRTestWithLibrary.ino | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/{ => IRRawData}/IRRawData.ino (100%) rename examples/{ => IRTestWithLibrary}/IRTestWithLibrary.ino (100%) diff --git a/examples/IRRawData.ino b/examples/IRRawData/IRRawData.ino similarity index 100% rename from examples/IRRawData.ino rename to examples/IRRawData/IRRawData.ino diff --git a/examples/IRTestWithLibrary.ino b/examples/IRTestWithLibrary/IRTestWithLibrary.ino similarity index 100% rename from examples/IRTestWithLibrary.ino rename to examples/IRTestWithLibrary/IRTestWithLibrary.ino