Skip to content

Release 1.0.0

Latest
Compare
Choose a tag to compare
@ksiegall ksiegall released this 20 Aug 02:39
· 13 commits to main since this release
d536c9a

The First Official Public Release of XRP_MicroPython!

Changelog:

  • Fixed issues associated with DifferentialDrive.arcade() not setting to the right effort
  • Fixed issues associated with EncodedMotor.get_speed() only working while speed control was running
  • Fixed issues associated with Board.led_blink() and frequencies of zero
  • Fixed issues associated with resetbot.py trying to reset the Webserver before it was started
  • Removed Board.set_button_callback() due to unintuitive behavior and it being out of scope for the primary use case of this library
  • Fixed multiple issues associated with the MotorGroup class
  • Fixed issue with the PID class where the timestep would sometimes be too large after a call to PID.clear_history()
  • Re-tuned DifferentialDrive.straight() and DifferentialDrive.turn() so that they would function in a wider range of environments