inital draft

Dependencies:   mbed LoRaWAN-lib SX1272Liby

Fork of LoRaWAN-demo-72_tjm by Timothy Mulrooney

Revision:
9:b70f8b97176a
Parent:
0:45496a70a8a5
--- a/app/vt100.h	Mon Mar 21 17:51:35 2016 +0000
+++ b/app/vt100.h	Tue Aug 09 14:38:07 2016 +0000
@@ -54,7 +54,8 @@
 
     VT100( PinName tx, PinName rx ): SerialBase( tx, rx )
     {
-        this->baud( 115200 );
+//        this->baud( 115200 );
+       this->baud( (115200 * 2)/3 );        /* 8 MHZ/12 MHZ) */
         // initializes terminal to "power-on" settings
         // ESC c
         this->printf( "\x1B\x63" );