Update pico_rtc.py

Just a little correction of the word "timer" instead of "alarm" for the last test.
pull/748/head
Quitsoon 2023-04-11 21:17:35 +02:00 zatwierdzone przez GitHub
rodzic 7b7352130f
commit f6206876b7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -85,7 +85,7 @@ print(" >", now)
print()
print("- clear timer flag")
rtc.clear_alarm_flag()
rtc.clear_timer_flag()
print()
print("tests complete")