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:
4:31bed73a0d08
Parent:
2:20ea1be14e4b
Child:
8:6a3b7c5d9ba7
--- a/STMClient.h	Fri Aug 05 16:04:04 2016 +0000
+++ b/STMClient.h	Tue Aug 09 22:42:31 2016 +0000
@@ -99,7 +99,7 @@
     // Callback for wifi status changes that must be attached before calling Sync
     FP<void, void*> wifiCb;
 
-  //private:
+  private:
     Serial* _serial;
     bool _debugEn;
     uint16_t crc;