From 9dc37f94a39638b6bb2663fa09b2828e739a0af3 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 31 May 2018 17:05:08 -0700 Subject: [PATCH] Move example sketches to appropriately named folders This change causes the example sketches to be accessible via the Arduino IDE's File > Examples > PCF8574 library menu after the library is installed. --- examples/{ => 01_blinkOnPin0}/01_blinkOnPin0.ino | 0 examples/{ => 02_keyPressedPin1}/02_keyPressedPin1.ino | 0 .../03_keyPressedPin1_storedOnBuffer_async.ino | 0 .../04_keyPressed_withInterrupt.ino | 0 examples/{ => 05_readAll_Interrupt}/05_readAll_Interrupt.ino | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename examples/{ => 01_blinkOnPin0}/01_blinkOnPin0.ino (100%) rename examples/{ => 02_keyPressedPin1}/02_keyPressedPin1.ino (100%) rename examples/{ => 03_keyPressedPin1_storedOnBuffer_async}/03_keyPressedPin1_storedOnBuffer_async.ino (100%) rename examples/{ => 04_keyPressed_withInterrupt}/04_keyPressed_withInterrupt.ino (100%) rename examples/{ => 05_readAll_Interrupt}/05_readAll_Interrupt.ino (100%) diff --git a/examples/01_blinkOnPin0.ino b/examples/01_blinkOnPin0/01_blinkOnPin0.ino similarity index 100% rename from examples/01_blinkOnPin0.ino rename to examples/01_blinkOnPin0/01_blinkOnPin0.ino diff --git a/examples/02_keyPressedPin1.ino b/examples/02_keyPressedPin1/02_keyPressedPin1.ino similarity index 100% rename from examples/02_keyPressedPin1.ino rename to examples/02_keyPressedPin1/02_keyPressedPin1.ino diff --git a/examples/03_keyPressedPin1_storedOnBuffer_async.ino b/examples/03_keyPressedPin1_storedOnBuffer_async/03_keyPressedPin1_storedOnBuffer_async.ino similarity index 100% rename from examples/03_keyPressedPin1_storedOnBuffer_async.ino rename to examples/03_keyPressedPin1_storedOnBuffer_async/03_keyPressedPin1_storedOnBuffer_async.ino diff --git a/examples/04_keyPressed_withInterrupt.ino b/examples/04_keyPressed_withInterrupt/04_keyPressed_withInterrupt.ino similarity index 100% rename from examples/04_keyPressed_withInterrupt.ino rename to examples/04_keyPressed_withInterrupt/04_keyPressed_withInterrupt.ino diff --git a/examples/05_readAll_Interrupt.ino b/examples/05_readAll_Interrupt/05_readAll_Interrupt.ino similarity index 100% rename from examples/05_readAll_Interrupt.ino rename to examples/05_readAll_Interrupt/05_readAll_Interrupt.ino