You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create co2_sensor.py, extending the sensor base class. CO2 levels should drift gradually between 400 ppm (fresh air) and 1500 ppm (poor air quality). The alert threshold defined in the project is 1000 ppm, so the simulation should be capable of reaching and exceeding that level naturally over time. Include a short manual test printing five consecutive readings to demonstrate drift behaviour.
The text was updated successfully, but these errors were encountered:
Create co2_sensor.py, extending the sensor base class. CO2 levels should drift gradually between 400 ppm (fresh air) and 1500 ppm (poor air quality). The alert threshold defined in the project is 1000 ppm, so the simulation should be capable of reaching and exceeding that level naturally over time. Include a short manual test printing five consecutive readings to demonstrate drift behaviour.
The text was updated successfully, but these errors were encountered: