Add data receiving capabilities using a buffer with overflow protection

This commit is contained in:
2025-10-04 15:12:25 +02:00
parent 40a5ad5a35
commit 6c48ebb65f
3 changed files with 77 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef TWI_H
#define TWI_H
void twiInit(void);
void twiAlert(void);
#endif