mQ Branch for NA mote testing
Dependencies: LoRaWAN-lib SX1272Lib-mQ lib_gps lib_mma8451q lib_mpl3115a2 mbed
Fork of LoRaWAN-NAMote72-Application-Demo by
Diff: app/vt100.h
- Revision:
- 18:18408c3c2d0c
- Parent:
- 0:69f2e28d12c1
--- a/app/vt100.h Sun Apr 16 23:12:47 2017 +0000 +++ b/app/vt100.h Mon Apr 24 13:47:27 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