Skip to content

Releases: RaspberryPiFoundation/python-build-hat

0.5.4

11 Oct 14:35
Compare
Choose a tag to compare

Documentation copy updates

0.5.3

06 Oct 19:53
Compare
Choose a tag to compare
  • Force sensor now supports force threshold
  • Simplify list of colours supported by colour sensor
  • Fix distance sensor firing bug
  • Simplify coast call

0.5.2

30 Sep 18:51
Compare
Choose a tag to compare

Fixes force sensor callback only firing one
Pass distance to distance sensor callback
Make sure motors move simultaneously for a motor pair

0.5.1

23 Sep 08:58
Compare
Choose a tag to compare

Adds further documentation describing the high-level goals of the library along with the specific hardware supported

0.4.2

13 Aug 13:28
Compare
Choose a tag to compare
  • Detect if hat is present or not
  • Make motors release when finished
  • If in the bootloader send firmware
  • If in firmware and version changed, restart and upload new firmware else use existing firmware

0.4.1

05 Aug 11:09
Compare
Choose a tag to compare
  • Improve run_to_position functionality by using ramp function rather than position PID
  • Bundle firmware and signature now with Python

0.4.0

03 Aug 11:06
Compare
Choose a tag to compare

New version for pico buildhat

0.3.2

19 Jan 11:43
Compare
Choose a tag to compare
  • Fix to work for the Pi Zero
  • Now displays what the device on the port actually is, if wrong device class used

0.3.1

13 Jan 10:51
Compare
Choose a tag to compare
  • Update color detection algorithm
  • Now detect if device is of correct type on port
  • Lower default motor speed
  • Fix data being received by motor callback
  • 'Unexpected reply to Output Goto Abs Position' should be fixed when using none blocking function
  • Stop the motor oscillating with small changes

0.3.0

11 Dec 09:26
Compare
Choose a tag to compare
  • Wrapper functionality
  • Callbacks