collision detection system
This commit is contained in:
14
source/application/include/collision_ctrl.h
Normal file
14
source/application/include/collision_ctrl.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* collision_ctrl.h
|
||||
*
|
||||
* Created on: Aug 30, 2016
|
||||
* Author: tkl
|
||||
*/
|
||||
|
||||
#ifndef SOURCE_APPLICATION_INCLUDE_COLLISION_CTRL_H_
|
||||
#define SOURCE_APPLICATION_INCLUDE_COLLISION_CTRL_H_
|
||||
|
||||
int collision_ctrl_init(void);
|
||||
int collision_ctrl_get_distance_mm(void);
|
||||
|
||||
#endif /* SOURCE_APPLICATION_INCLUDE_COLLISION_CTRL_H_ */
|
14
source/application/include/sensor_data.h
Normal file
14
source/application/include/sensor_data.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* 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_ */
|
Reference in New Issue
Block a user