diff --git a/library.json b/library.json new file mode 100644 index 0000000..017f4e0 --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "TinyGPS", + "keywords": "gps", + "description": "A compact NMEA (GPS) parsing library", + "repository": + { + "type": "git", + "url": "https://github.com/mikalhart/TinyGPS.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}