hhh

Dependencies:   X_NUCLEO_IKS01A2 mbed LoRaWAN-lib SX1272Lib

Fork of LoRaWAN-demo-72 by Semtech

Files at this revision

API Documentation at this revision

Comitter:
mluis
Date:
Tue Apr 04 13:36:56 2017 +0000
Parent:
5:62862ef9480b
Child:
7:5077515c163b
Commit message:
Updated vt100.h to comply with latest mbed library versions.; Updated mbed and SX1272Lib libraries to the latest versions.

Changed in this revision

app/vt100.h Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
radio/SX1272Lib.lib Show annotated file Show diff for this revision Revisions of this file
--- a/app/vt100.h	Tue Jul 05 15:00:47 2016 +0000
+++ b/app/vt100.h	Tue Apr 04 13:36:56 2017 +0000
@@ -52,9 +52,8 @@
         WHITE   = 7,
     };
 
-    VT100( PinName tx, PinName rx ): SerialBase( tx, rx )
+    VT100( PinName tx, PinName rx ): SerialBase( tx, rx, 115200 )
     {
-        this->baud( 115200 );
         // initializes terminal to "power-on" settings
         // ESC c
         this->printf( "\x1B\x63" );
@@ -152,7 +151,7 @@
      */
     int getc( )
     {
-        return _base_getc();
+        return _base_getc( );
     }
 
     /** Write a char to the serial port
--- a/mbed.bld	Tue Jul 05 15:00:47 2016 +0000
+++ b/mbed.bld	Tue Apr 04 13:36:56 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/856d2700e60b
\ No newline at end of file
--- a/radio/SX1272Lib.lib	Tue Jul 05 15:00:47 2016 +0000
+++ b/radio/SX1272Lib.lib	Tue Apr 04 13:36:56 2017 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/Semtech/code/SX1272Lib/#e90cbf646eb1
+http://developer.mbed.org/teams/Semtech/code/SX1272Lib/#69d5976b504d