This is a SLIP interface for the STM32F446RE Nucleo Board. It is designed to work specifically with the esp-link software for the ESP8266. The program is an example of a rest command.

Dependencies:   mbed DHT Matrix

Committer:
ShaneKirkbride
Date:
Mon Oct 10 04:41:04 2016 +0000
Revision:
12:0df73cbe5cbf
Parent:
0:70a6082c1bf7
the latest;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ShaneKirkbride 0:70a6082c1bf7 1 {
ShaneKirkbride 0:70a6082c1bf7 2 "name": "STMClient",
ShaneKirkbride 0:70a6082c1bf7 3 "keywords": "wifi, mqtt, rest",
ShaneKirkbride 0:70a6082c1bf7 4 "description": "Wifi library (Chip ESP8266 Wifi SoC) using SLIP protocol via Serial port",
ShaneKirkbride 0:70a6082c1bf7 5 "url": "https://github.com/",
ShaneKirkbride 0:70a6082c1bf7 6 "repository":
ShaneKirkbride 0:70a6082c1bf7 7 {
ShaneKirkbride 0:70a6082c1bf7 8 "type": "git",
ShaneKirkbride 0:70a6082c1bf7 9 "url": "https://github.com/"
ShaneKirkbride 0:70a6082c1bf7 10 },
ShaneKirkbride 0:70a6082c1bf7 11 "include": "STMClient",
ShaneKirkbride 0:70a6082c1bf7 12 "frameworks": "STM32-F446RE",
ShaneKirkbride 0:70a6082c1bf7 13 "platforms": [
ShaneKirkbride 0:70a6082c1bf7 14 "Nucleo"
ShaneKirkbride 0:70a6082c1bf7 15 ]
ShaneKirkbride 0:70a6082c1bf7 16 }