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