From c8a0f70ff526815eaf720aa202cbf32d4fdd9a6d Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 22 Jul 2018 17:35:21 -0700 Subject: [PATCH] Rename example sketch file to 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. --- .../{PID_RelayOutput.ino => PID_RelayOutputMapping.ino} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/PID_RelayOutputMapping/{PID_RelayOutput.ino => PID_RelayOutputMapping.ino} (100%) diff --git a/examples/PID_RelayOutputMapping/PID_RelayOutput.ino b/examples/PID_RelayOutputMapping/PID_RelayOutputMapping.ino similarity index 100% rename from examples/PID_RelayOutputMapping/PID_RelayOutput.ino rename to examples/PID_RelayOutputMapping/PID_RelayOutputMapping.ino