ESP32-PaxCounter/include/sensor.h

8 lines
147 B
C
Raw Normal View History

#ifndef _SENSOR_H
#define _SENSOR_H
2018-11-20 15:44:33 +01:00
uint8_t sensor_mask(uint8_t sensor_no);
uint8_t * sensor_read(uint8_t sensor);
2018-11-20 16:48:35 +01:00
void sensor_init(void);
#endif