Skip to content

Commit ae16c5e

Browse files
authored
Create library.json
PlatformIO registration library
1 parent 88c9db5 commit ae16c5e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

library.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "TinyGPSPlus",
3+
"keywords": "gps",
4+
"description": "A new, customizable Arduino NMEA parsing library",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/mikalhart/TinyGPSPlus.git"
9+
},
10+
"frameworks": "arduino",
11+
"platforms": "atmelavr"
12+
}

0 commit comments

Comments
 (0)