From b061fcf83e161231344fe4e3a08b2c085b86b6bd Mon Sep 17 00:00:00 2001 From: T81 Date: Tue, 22 May 2018 15:48:01 +0300 Subject: [PATCH] Folder structure according Arduino IDE 1.5 Library specification --- INSTALL.txt | 1 - README.md | 5 +++++ Bounce1.zip => extras/Bounce1.zip | Bin .../BouncySwitch_lockout.png | Bin .../BouncySwitch_stable.png | Bin .../circuit-bounce-change-duration-retrigger.png | Bin Bounce2.cpp => src/Bounce2.cpp | 0 Bounce2.h => src/Bounce2.h | 0 8 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 INSTALL.txt rename Bounce1.zip => extras/Bounce1.zip (100%) rename BouncySwitch_lockout.png => extras/BouncySwitch_lockout.png (100%) rename BouncySwitch_stable.png => extras/BouncySwitch_stable.png (100%) rename {examples => extras}/circuit-bounce-change-duration-retrigger.png (100%) rename Bounce2.cpp => src/Bounce2.cpp (100%) rename Bounce2.h => src/Bounce2.h (100%) diff --git a/INSTALL.txt b/INSTALL.txt deleted file mode 100644 index 0bd2f8e..0000000 --- a/INSTALL.txt +++ /dev/null @@ -1 +0,0 @@ -Put the "Bounce2" folder in your Arduino or Wiring "libraries" folder. diff --git a/README.md b/README.md index 211a035..83d8fa2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ Download the latest version (version 2) here : https://github.com/thomasfredericks/Bounce2/archive/master.zip +INSTALLATION +===================== +Put the "Bounce2" folder in your Arduino or Wiring "libraries" folder. + + DOCUMENTATION ===================== diff --git a/Bounce1.zip b/extras/Bounce1.zip similarity index 100% rename from Bounce1.zip rename to extras/Bounce1.zip diff --git a/BouncySwitch_lockout.png b/extras/BouncySwitch_lockout.png similarity index 100% rename from BouncySwitch_lockout.png rename to extras/BouncySwitch_lockout.png diff --git a/BouncySwitch_stable.png b/extras/BouncySwitch_stable.png similarity index 100% rename from BouncySwitch_stable.png rename to extras/BouncySwitch_stable.png diff --git a/examples/circuit-bounce-change-duration-retrigger.png b/extras/circuit-bounce-change-duration-retrigger.png similarity index 100% rename from examples/circuit-bounce-change-duration-retrigger.png rename to extras/circuit-bounce-change-duration-retrigger.png diff --git a/Bounce2.cpp b/src/Bounce2.cpp similarity index 100% rename from Bounce2.cpp rename to src/Bounce2.cpp diff --git a/Bounce2.h b/src/Bounce2.h similarity index 100% rename from Bounce2.h rename to src/Bounce2.h -- 2.54.0