Skip to content

Commit 6ccbba3

Browse files
author
Jim Lindblom
authored
Merge pull request #9 from ataxexe/master
Add a library.json to register in PlatformIO
2 parents 762ba08 + c1a1f9e commit 6ccbba3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

library.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "SparkFun Micro OLED Breakout",
3+
"keywords": "display oled",
4+
"description": "Library for the SparkFun Micro OLED Breakout",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git"
9+
},
10+
"frameworks": "arduino",
11+
"platforms": "*"
12+
}

0 commit comments

Comments
 (0)