#ifndef __SENSORS_H__
#define __SENSORS_H__
#ifdef __arm__
#endif
void sensor_process(char*msg);
#endif // __SENSORS_H__