co2 top-level constant
The co2 sensor.
Implementation
const co2 = ScienceSensor(
name: "CO2",
test: co2Test,
testDescription: "Max CO2 greater than 10% of Min CO2: Extant",
);
The co2 sensor.
const co2 = ScienceSensor(
name: "CO2",
test: co2Test,
testDescription: "Max CO2 greater than 10% of Min CO2: Extant",
);