Skip to content

Commit

Permalink
Update orbita2d_poulpe.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric authored Feb 8, 2024
1 parent 54f833d commit 4a42c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/device/orbita2d_poulpe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ reg_read_only!(model_number, 0, u16);
reg_read_only!(firmware_version, 6, u8);
reg_read_write!(id, 7, u8);

reg_read_write!(velocity_limit, 10, MotorValue::<u32>);
reg_read_write!(torque_flux_limit, 14, MotorValue::<u16>);
reg_read_write!(velocity_limit, 10, MotorValue::<f32>);
reg_read_write!(torque_flux_limit, 14, MotorValue::<f32>);
reg_read_write!(uq_ud_limit, 18, MotorValue::<i16>);

reg_read_write!(flux_pid, 20, MotorValue::<Pid>);
Expand Down

0 comments on commit 4a42c4f

Please sign in to comment.