Every-Flavor-Robotics / motorgo-mini-driver

Driver software for the MotorGo Mini board
MIT License
2 stars 1 forks source link

Fix zero_position incorrectly setting zero #83

Closed SwapnilPande closed 8 months ago

SwapnilPande commented 8 months ago

position_zero() function was incorrectly setting the sensor offset as it was using the previous sensor_offset in the computation. Function has been updated to remove sensor_offset from computation.

Closes #79