summaryrefslogtreecommitdiffhomepage
path: root/digital/mimot/src/dirty/aux.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/mimot/src/dirty/aux.h')
-rw-r--r--digital/mimot/src/dirty/aux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/digital/mimot/src/dirty/aux.h b/digital/mimot/src/dirty/aux.h
index 65456ec9..b541f3eb 100644
--- a/digital/mimot/src/dirty/aux.h
+++ b/digital/mimot/src/dirty/aux.h
@@ -32,6 +32,8 @@ struct aux_t
struct state_t *state;
/** Controlled speed. */
struct speed_t *speed;
+ /** Associated PWM. */
+ struct pwm_t *pwm;
/** Absolute position. */
int16_t pos;
/** Trajectory mode. */
@@ -63,6 +65,9 @@ void
aux_traj_find_zero_start (struct aux_t *aux, int8_t speed, uint8_t seq);
void
+aux_traj_find_limit_start (struct aux_t *aux, int8_t speed, uint8_t seq);
+
+void
aux_traj_update (void);
#endif /* aux_h */