source: rtos_arduino/trunk/arduino_lib/libraries/ESP8266/library.json@ 136

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

ライブラリとOS及びベーシックなサンプルの追加.

File size: 483 bytes
Line 
1{
2 "name": "ESP8266",
3 "keywords": "wifi, wi-fi, http, web, server, client",
4 "description": "ESP8266 offers a complete and self-contained Wi-Fi networking solution, allowing it to either host the application or to offload all Wi-Fi networking functions from another application processor",
5 "repository":
6 {
7 "type": "git",
8 "url": "https://github.com/itead/ITEADLIB_Arduino_WeeESP8266.git"
9 },
10 "exclude": "doc",
11 "frameworks": "arduino",
12 "platforms": "atmelavr"
13}
Note: See TracBrowser for help on using the repository browser.