Files
the-waterinator/firmware/esp32/include/i2c.hpp
T
2025-11-27 15:54:40 +01:00

7 lines
75 B
C++

#ifndef I2C_HPP
#define I2C_HPP
void i2cTask(void *pvParameters);
#endif