library.json 497 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "NTPClient",
  "keywords": "ntp, client, time",
  "description": "A NTPClient to connect to a time server",
  "authors":
  [
    {
      "name": "Fabrice Weinberg",
      "email": "fabrice@weinberg.me"
    },
    {
      "name": "Sandeep Mistry",
      "email": "s.mistry@arduino.cc"
    }    
  ],
  "repository":
  {
    "type": "git",
    "url": "https://github.com/arduino-libraries/NTPClient.git"
  },
  "version": "3.1.0",
  "frameworks": "arduino",
  "platforms": "espressif"
}