5 lines
96 B
C
Raw Normal View History

void sensor_init(void);
extern float ADC_air;
extern float ADC_PM25;
extern float ADC_pressure;