8 lines
147 B
C
8 lines
147 B
C
#ifndef _SENSOR_H
|
|
#define _SENSOR_H
|
|
|
|
uint8_t sensor_mask(uint8_t sensor_no);
|
|
uint8_t * sensor_read(uint8_t sensor);
|
|
void sensor_init(void);
|
|
|
|
#endif |