From 5cf34c74ea0b25e90c7fb74bb60867e391a016d1 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 13 Jun 2018 16:25:05 -0700 Subject: [PATCH] Move example sketch to appropriately named folder This change causes the example sketch to be accessible via the Arduino IDE's File > Examples > Timer menu after the library is installed. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples --- Timer.ino => examples/Timer/Timer.ino | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Timer.ino => examples/Timer/Timer.ino (100%) diff --git a/Timer.ino b/examples/Timer/Timer.ino similarity index 100% rename from Timer.ino rename to examples/Timer/Timer.ino