Folder structure according Arduino IDE 1.5 Library specification #44
+20
@@ -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 +0,0 @@
|
||||
Put the "Bounce2" folder in your Arduino or Wiring "libraries" folder.
|
||||
@@ -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
|
||||
=====================
|
||||
|
||||
|
||||
|
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 |
Reference in New Issue
Block a user