RTC Module support for T-Echo and others with PCF8563

This commit is contained in:
Thomas Göttgens
2022-04-28 08:18:03 +02:00
parent 4df0e910b8
commit 516dff5b09
5 changed files with 43 additions and 0 deletions
+1
View File
@@ -14,4 +14,5 @@ lib_deps =
${nrf52840_base.lib_deps}
https://github.com/meshtastic/GxEPD2
adafruit/Adafruit BusIO
lewisxhe/PCF8563_Library@^0.0.1
;upload_protocol = fs
+3
View File
@@ -182,6 +182,9 @@ External serial flash WP25R1635FZUIL0
#define PIN_SERIAL1_RX PIN_GPS_TX
#define PIN_SERIAL1_TX PIN_GPS_RX
// PCF8563 RTC Module
#define PCF8563_RTC 0x51
/*
* SPI Interfaces
*/