microReticulumTbeam/exercises/11_Set_RTC2GPS/lib/startup_sd/library.json
John Poole 5f5742f198 Setting RTC to GPS with 1PPS precision working. Here is an example log:
20260217_200901_z	 set RTC to GPS using 1PPS pulse-per-second discipline	rtc-gps drift=-28 s
20260217_201001_z	 set RTC to GPS using 1PPS pulse-per-second discipline	rtc-gps drift=+0 s
20260217_201119_z	 set RTC to GPS using 1PPS pulse-per-second discipline	rtc-gps drift=+0 s
20260217_201219_z	 set RTC to GPS using 1PPS pulse-per-second discipline	rtc-gps drift=+0 s
2026-02-17 12:15:50 -08:00

12 lines
147 B
JSON

{
"name": "startup_sd",
"version": "0.1.0",
"dependencies": [
{
"name": "XPowersLib"
},
{
"name": "Wire"
}
]
}