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:
6:faf57101b59c
Parent:
5:9f3015b18b24
Child:
7:ff4efdc27514
diff -r 9f3015b18b24 -r faf57101b59c main.cpp
--- a/main.cpp	Wed Aug 10 14:14:22 2016 +0000
+++ b/main.cpp	Wed Aug 10 20:55:29 2016 +0000
@@ -29,6 +29,7 @@
 Ticker flipper;
 Ticker post_data;
 bool posted = false;
+
 //generate some random numbers
 int random_number(int min_num, int max_num);
 int random_number(int min_num, int max_num){