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