Folder structure according Arduino IDE 1.5 Library specification #44

Closed
T81 wants to merge 3 commits from Arduino-IDE-1.5-Library-specificaton into master
9 changed files with 25 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
language: python
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
env:
- BOARD=uno
- BOARD=leonardo
- BOARD=megaatmega2560
- BOARD=due
script:
- set -eo pipefail;
for e in examples/*; do
platformio ci --board=$BOARD --lib=. $e/*;
done
-1
View File
@@ -1 +0,0 @@
Put the "Bounce2" folder in your Arduino or Wiring "libraries" folder.
+5
View File
@@ -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
=====================
View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File
View File