From 8140e3d131c9e406ef53a9d57d4574d4b5633d66 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 21 Jul 2018 00:01:56 -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 --- MH-Z19B.ino => examples/MH-Z19B/MH-Z19B.ino | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename MH-Z19B.ino => examples/MH-Z19B/MH-Z19B.ino (100%) diff --git a/MH-Z19B.ino b/examples/MH-Z19B/MH-Z19B.ino similarity index 100% rename from MH-Z19B.ino rename to examples/MH-Z19B/MH-Z19B.ino