add docu and silence wakeup option

This commit is contained in:
sharandac
2020-08-10 20:33:13 +02:00
parent eb813a2799
commit 20d2daefce
13 changed files with 160 additions and 17 deletions

View File

@@ -84,8 +84,13 @@
* @param timezone timezone from UTC-12 to UTC+12
*/
void timesync_set_timezone( int32_t timezone );
/*
* @brief wrapper function to sync the system with rtc
*/
void timesyncToSystem( void );
/*
* @brief wrapper function to sync the rtc with system
*/
void timesyncToRTC( void );
#endif // _TIME_SYNC_H