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:
2:20ea1be14e4b
Parent:
0:70a6082c1bf7
Child:
4:31bed73a0d08
--- a/STMClient.h	Thu Jul 28 02:46:43 2016 +0000
+++ b/STMClient.h	Thu Aug 04 19:44:11 2016 +0000
@@ -6,6 +6,7 @@
 #include "FP.h"
 
 #define ESP_TIMEOUT 2000
+#define PGM_P const char *
 
 // Enumeration of commands supported by esp-link, this needs to match the definition in
 // esp-link!