summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/motor.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/motor.h')
-rw-r--r--digital/beacon/src/motor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/digital/beacon/src/motor.h b/digital/beacon/src/motor.h
index 9c02d2a3..c0b2c4f0 100644
--- a/digital/beacon/src/motor.h
+++ b/digital/beacon/src/motor.h
@@ -44,4 +44,7 @@ void motor_stop(void);
/* This function returns the motor state */
TMotor_state motor_get_state(void);
+/* This function starts or stops the motor according to the current state */
+void motor_start_stop_control(void);
+
#endif