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 SS_SensePOC2P0_11Dec2017_USERPID 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 Mon Jul 18 2022 19:19:02 by
1.7.2
