попытка дебажить PPS/SQW.
работа на SWSerial (8,9) вывод в консоль Serial и на LCD
This commit is contained in:
135
2024-07-27 12:36:14 +03:00
parent 7cccb3306c
commit 3f97f3f02a
6 changed files with 118 additions and 139 deletions

View File

@@ -37,8 +37,8 @@ extern bool NewMin; // pass to main ino = minute ready to print
extern bool NewHour; // pass to main ino = Hour ready to print
extern time_t Loc_t; // pass to main ino = Local timestamp
extern volatile unsigned long tmr_SQW, tmr_PPS;
// call from main ino, GPS_RTC_Clock.h
extern volatile bool GPS_sec, RTC_sec;
extern unsigned long RTCMillis;// call from main ino, GPS_RTC_Clock.h
void GPS_RTC_Clock_setup();
// call from main ino, GPS_RTC_Clock.h