Fix circular and redundant imports + last freertos

This commit is contained in:
Willy-JL
2023-11-12 12:15:17 +00:00
parent 67db9ff25d
commit 1c1b855fd1
9 changed files with 11 additions and 24 deletions

View File

@@ -30,12 +30,6 @@ typedef union {
float value;
} ByteToFl;
bool unitemp_SCD30_alloc(Sensor* sensor, char* args);
bool unitemp_SCD30_init(Sensor* sensor);
bool unitemp_SCD30_deinit(Sensor* sensor);
UnitempStatus unitemp_SCD30_update(Sensor* sensor);
bool unitemp_SCD30_free(Sensor* sensor);
const SensorType SCD30 = {
.typename = "SCD30",
.interface = &I2C,