Air quality sensor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
esp-airsensor/main/co2_sensor.h

12 lines
186 B

/**
* TODO file description
*
* Created on 2021/12/12.
*/
#ifndef ESPNODE_CO2_SENSOR_H
#define ESPNODE_CO2_SENSOR_H
void co2_read_task(void *param);
#endif //ESPNODE_CO2_SENSOR_H