Beta Release 1.0.0
Pre-release
Pre-release
The First Official Public Beta 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.pytrying 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
MotorGroupclass - Fixed issue with the
PIDclass where the timestep would sometimes be too large after a call toPID.clear_history() - Re-tuned
DifferentialDrive.straight()andDifferentialDrive.turn()so that they would function in a wider range of environments