ESP32-PaxCounter/include/sensor.h

6 lines
83 B
C
Raw Normal View History

#ifndef _SENSOR_H
#define _SENSOR_H
uint8_t * sensor_read(uint8_t sensor);
#endif