From f051b7d6726f100c1e738c0bb6bfe37c4b9b5545 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 23 May 2015 13:45:59 +0300 Subject: [PATCH] PlatformIO Library Registry manifest file * This library in Web Registry: http://platformio.org/#!/lib/show/416/TinyGPS * Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html) --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json 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" +}