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

library.json

Committer:
ShaneKirkbride
Date:
2016-10-10
Revision:
12:0df73cbe5cbf
Parent:
0:70a6082c1bf7

File content as of revision 12:0df73cbe5cbf:

{
  "name": "STMClient",
  "keywords": "wifi, mqtt, rest",
  "description": "Wifi library (Chip ESP8266 Wifi SoC) using SLIP protocol via Serial port",
  "url": "https://github.com/",
  "repository":
  {
    "type": "git",
    "url": "https://github.com/"
  },
  "include": "STMClient",
  "frameworks": "STM32-F446RE",
  "platforms": [
    "Nucleo"
  ]
}