Anish updated the code to work with L152. RTC seems to causing issue. Will have to disable LSE.
Dependencies: mbed LoRaWAN-lib SX1276Lib
Diff: app/SerialDisplay.h
- Revision:
- 19:6f88d1cabaca
- Parent:
- 18:0a4de80c02a6
--- a/app/SerialDisplay.h Wed Jan 23 19:23:44 2019 +0000 +++ b/app/SerialDisplay.h Fri Jan 25 22:58:17 2019 +0000 @@ -30,6 +30,7 @@ void SerialDisplayUpdateDutyCycle( bool dutyCycle ); void SerialDisplayPrintDebugLine( char* str, uint8_t size ); void SerialDisplayPrintDebugStatus( uint16_t status ); +void SerialDisplayPrintDebugNumber( int n, bool overwrite ); void SerialDisplayUpdatePublicNetwork( bool network ); void SerialDisplayUpdateData( uint8_t *buffer ); void SerialDisplayUpdateNetworkIsJoined( bool state );