Add TWI (I2C) init for ESP32

This commit is contained in:
2025-11-27 15:54:40 +01:00
parent a1781af096
commit 4f0dd9faaa
2 changed files with 64 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef I2C_HPP
#define I2C_HPP
void i2cTask(void *pvParameters);
#endif