Add to platformio

This commit is contained in:
Fabrice Weinberg 2015-12-29 14:34:14 +01:00
parent f18668f640
commit 705ca02725

12
library.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "NTPClient",
"keywords": "ntp, client, time",
"description": "A NTPClient to connect to a time server",
"repository":
{
"type": "git",
"url": "https://github.com/FWeinb/NTPClient.git"
},
"frameworks": "arduino",
"platforms": "espressif"
}