Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed LoRaWAN-lib SX1272Lib
Diff: app/SerialDisplay.h
- Revision:
- 10:1a85ff06be1a
- Parent:
- 0:45496a70a8a5
- Child:
- 11:8407ff54c40e
diff -r 07c94dd6dc51 -r 1a85ff06be1a app/SerialDisplay.h --- a/app/SerialDisplay.h Wed Dec 12 08:41:45 2018 +0000 +++ b/app/SerialDisplay.h Wed Jan 23 16:28:51 2019 +0000 @@ -35,5 +35,10 @@ void SerialDisplayUpdateDonwlinkRxData( bool state ); bool SerialDisplayReadable( void ); uint8_t SerialDisplayGetChar( void ); +void SerialDisplayRTCactive( bool etat ); +void SerialDisplayTIME( int tab[6] ); +void saisie_serie(int tab[6]); + + #endif // __SERIAL_DISPLAY_H__