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.
Diff: MinimouseSrc/ApiRtc.h
- Revision:
- 0:2325d1d28df3
- Child:
- 1:eda561b01daf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MinimouseSrc/ApiRtc.h Fri Dec 15 13:15:04 2017 +0000 @@ -0,0 +1,33 @@ +/* + + __ __ _ _ + | \/ (_) (_) + | \ / |_ _ __ _ _ __ ___ ___ _ _ ___ ___ + | |\/| | | '_ \| | '_ ` _ \ / _ \| | | / __|/ _ \ + | | | | | | | | | | | | | | (_) | |_| \__ \ __/ + |_| |_|_|_| |_|_|_| |_| |_|\___/ \__,_|___/\___| + + +Description : Flash Api. + + +License : Revised BSD License, see LICENSE.TXT file include in the project + +Maintainer : Fabien Holin (SEMTECH) +*/ +#ifndef APIRTC_H +#define APIRTC_H +#include "mbed.h" +void my_rtc_init( void ); +uint32_t RtcGetTimeMs( void ) ;//uint32_t *Seconds, uint16_t * SubSeconds); +uint32_t RtcGetTimeSecond( void ) ;//uint32_t *Seconds, uint16_t * SubSeconds); +void myrtc_write( time_t t ); +void mysleep (int time); +extern RTC_HandleTypeDef RtcHandle; +extern Timer timerglobal ; +void TimerLoraInit(void); +int GetTime(void); +void RtcSetAlarm( void ); +void RtcGetAlarm( void ); +void wait_s ( int t ); +#endif \ No newline at end of file