6 lines
83 B
C
6 lines
83 B
C
|
#ifndef _SENSOR_H
|
||
|
#define _SENSOR_H
|
||
|
|
||
|
uint8_t * sensor_read(uint8_t sensor);
|
||
|
|
||
|
#endif
|