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: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
rtc.cpp
00001 #include "mbed.h" 00002 #include <stdio.h> 00003 #include "ds3231.h" 00004 #include "rtc.h" 00005 00006 00007 00008 time_t rtc_read() 00009 { 00010 00011 Ds3231 rtc(PTC11, PTC10); 00012 time_t epoch_time1; 00013 epoch_time1 = rtc.get_epoch(); 00014 00015 return epoch_time1; // return the time 00016 00017 }
Generated on Thu Jul 14 2022 21:53:48 by
1.7.2
