Implement TWI response method

This commit is contained in:
2025-10-05 23:45:03 +02:00
parent 74aab766fc
commit 2d6643601d
2 changed files with 29 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ ISR(WDT_vect) {
}
ISR(TWI_vect) {
twiAlert();
twiListen();
}
static void watchdogs(void) {