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.
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
9:bd7f083d55ad | 2016-08-17 | added a toggleLEDSuccess() function; | File Diff Annotate |
8:6a3b7c5d9ba7 | 2016-08-17 | added low power mode. Also cleaned up the code a little more....slowly but surely. | File Diff Annotate |
7:ff4efdc27514 | 2016-08-16 | added random number functionality...; | File Diff Annotate |
6:faf57101b59c | 2016-08-10 | a few updates to the post function | File Diff Annotate |
5:9f3015b18b24 | 2016-08-10 | added some logic go change the environment values. | File Diff Annotate |
4:31bed73a0d08 | 2016-08-09 | added interrupt driven interface; | File Diff Annotate |
3:8ed85d940c4c | 2016-08-05 | got it to post to thingspeak... | File Diff Annotate |
2:20ea1be14e4b | 2016-08-04 | now just posting to posttestserver.com | File Diff Annotate |
1:99c58a942425 | 2016-07-28 | working on posting to vivaplanet | File Diff Annotate |
0:70a6082c1bf7 | 2016-07-14 | first commit. Rest example working | File Diff Annotate |