Skip to content

Commit 1dd0c65

Browse files
adding PlatformIO library file.
1 parent e5f71c0 commit 1dd0c65

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode

examples/library.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "ArduinoLibrary",
3+
"keywords": "arduino, button, led_matrix, led, list, relay, timer",
4+
"description": "A collection of objects and utilities for the Arduino.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/stejsoftware/ArduinoLibrary.git"
8+
},
9+
"authors": [
10+
{
11+
"name": "Jonathan Meyer",
12+
"email": "[email protected]",
13+
"url": "http://stej.com",
14+
"maintainer": true
15+
}
16+
],
17+
"dependencies": {
18+
"name": "Adafruit LED Backpack Library",
19+
"frameworks": "arduino"
20+
},
21+
"version": "1.0.1",
22+
"frameworks": "arduino"
23+
}

0 commit comments

Comments
 (0)