7 lines
75 B
C++
7 lines
75 B
C++
#ifndef I2C_HPP
|
|
#define I2C_HPP
|
|
|
|
void i2cTask(void *pvParameters);
|
|
|
|
#endif
|