From 6be3d6c486f8e8c28e4de59aec940271af4bce99 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 10 Jul 2018 04:02:27 -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 > 1602-OLED-Arduino-Library menu after the library is installed. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples --- ExampleSketch.ino => examples/ExampleSketch/ExampleSketch.ino | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ExampleSketch.ino => examples/ExampleSketch/ExampleSketch.ino (100%) diff --git a/ExampleSketch.ino b/examples/ExampleSketch/ExampleSketch.ino similarity index 100% rename from ExampleSketch.ino rename to examples/ExampleSketch/ExampleSketch.ino