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 toPID.clear_history()
- Re-tuned
DifferentialDrive.straight()
andDifferentialDrive.turn()
so that they would function in a wider range of environments