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

Files at this revision

API Documentation at this revision

Comitter:
ShaneKirkbride
Date:
Mon Oct 10 04:41:04 2016 +0000
Parent:
11:0b6425f59e17
Commit message:
the latest;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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"