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 Int_Demo_09May2017_Suhasini_HRavg_Nikita_ili9341 by
Diff: rtc.cpp
- Revision:
- 31:37d3ae1fa1eb
- Parent:
- 4:6bd81bb1790d
--- a/rtc.cpp Sat Jul 08 12:06:16 2017 +0000 +++ b/rtc.cpp Fri Mar 02 13:56:33 2018 +0000 @@ -8,7 +8,7 @@ time_t rtc_read() { - Ds3231 rtc(PTC11, PTC10); + Ds3231 rtc(PB_9, PB_8); time_t epoch_time1; epoch_time1 = rtc.get_epoch();