Base UART Thread program. Need sensor reading, send data to the internet. Still think opening a sockets connection is possible.

Dependencies:   fsl_phy_mcr20a fsl_smac mbed-rtos mbed

Fork of mcr20_wireless_uart by Freescale

Files at this revision

API Documentation at this revision

Comitter:
jmulvain
Date:
Thu Nov 03 14:48:26 2016 +0000
Parent:
28:2555c5ae3ccd
Commit message:
This is the Thread UART sample. It is a starting point for this project. The goal of this part is a Thread client which can open a socket connection and send data to the internet.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 2555c5ae3ccd -r 85e20083c5f0 main.cpp
--- a/main.cpp	Tue Aug 18 13:04:46 2015 +0000
+++ b/main.cpp	Thu Nov 03 14:48:26 2016 +0000
@@ -176,7 +176,7 @@
 
     InitApp();
     
-    PrintMenu(cu8FreescaleLogo);
+    PrintMenu(cu8FreescaleLogo);//splash screen
 	    
     button_pressed = 0;
     sw2.fall(&sw2_press);