source: rtos_arduino/trunk/arduino_lib/libraries/thingspeak-arduino/library.json@ 189

Last change on this file since 189 was 189, checked in by ertl-honda, 8 years ago

Thinkgspeakのサポート

File size: 556 bytes
Line 
1{
2 "name": "ThingSpeak",
3 "keywords": "iot",
4 "description": "ThingSpeak Communication Library for Arduino & ESP8266",
5 "authors":
6 {
7 "name": "MathWorks",
8 "email": "thingspeak@mathworks.com",
9 "url": "https://www.thingspeak.com/",
10 "maintainer": true
11 },
12 "repository":
13 {
14 "type": "git",
15 "url": "https://github.com/mathworks/thingspeak-arduino.git"
16 },
17 "version": "1.1.1",
18 "examples": [
19 "examples/*/*.ino"
20 ],
21 "url": "https://www.thingspeak.com/",
22 "exclude": "extras",
23 "frameworks": "arduino",
24 "platforms": "*"
25}
Note: See TracBrowser for help on using the repository browser.