Move TWI response handling from watchdog to main loop

This commit is contained in:
2025-10-12 21:10:18 +02:00
parent 0f0408df9b
commit 2a36d1356c
3 changed files with 22 additions and 14 deletions
+1
View File
@@ -5,5 +5,6 @@ extern volatile uint16_t *pLastMoistureVal;
void twiInit(void);
void twiListen(void);
void twiRespond(void);
#endif