engine_control/source/application/include/sensor_data.h

15 lines
299 B
C
Raw Normal View History

2016-08-30 11:37:40 +00:00
/*
* sensor_data.h
*
* Created on: Aug 30, 2016
* Author: tkl
*/
#ifndef SOURCE_APPLICATION_INCLUDE_SENSOR_DATA_H_
#define SOURCE_APPLICATION_INCLUDE_SENSOR_DATA_H_
int sensor_data_init(void);
int sensor_data_sys_msg(bool state);
#endif /* SOURCE_APPLICATION_INCLUDE_SENSOR_DATA_H_ */