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.
Revision 12:0df73cbe5cbf, committed 2016-10-10
- 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 |
diff -r 0b6425f59e17 -r 0df73cbe5cbf main.cpp --- 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"