Skip to content

Commit

Permalink
Update to latest mmlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Peque committed May 16, 2019
1 parent be6acbd commit ac983ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static void movement_phase(bool do_run)
float force;

force = hmi_configure_force(0.1, 0.05);
set_linear_speed_variables(force, do_run);
kinematic_configuration(force, do_run);

start_data_logging(log_data_control);
before_moving();
Expand Down Expand Up @@ -170,7 +170,7 @@ static void configure_and_move(void)
int main(void)
{
setup();
set_linear_speed_variables(0.25, false);
kinematic_configuration(0.25, false);
systick_interrupt_enable();
while (1) {
switch (button_user_response()) {
Expand Down
2 changes: 1 addition & 1 deletion src/mmlib
Submodule mmlib updated 4 files
+3 −6 calibration.c
+4 −8 move.c
+19 −17 speed.c
+3 −3 speed.h

0 comments on commit ac983ed

Please sign in to comment.