mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Fix circular and redundant imports + last freertos
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user