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

Revision:
12:0df73cbe5cbf
Parent:
11:0b6425f59e17
--- a/main.cpp	Thu Oct 06 21:18:53 2016 +0000
+++ b/main.cpp	Mon Oct 10 04:41:04 2016 +0000
@@ -1,7 +1,7 @@
 /**
  * Simple example to demo the STM-Client REST calls
  */
-#include "ST_L152_32MHZ.h"
+//#include "ST_L152_32MHZ.h"
 #include "mbed.h"
 #include "DHT.h"