Releases: RaspberryPiFoundation/python-build-hat
Releases · RaspberryPiFoundation/python-build-hat
Release list
0.9.0
0.8.0
What's Changed
- Support for custom firmware (see: https://www.raspberrypi.com/news/build-hat-firmware-now-fully-open-source/)
- Add W503 to Flake8 ignore
- Increase interval for sensor while testing - avoids error that occurs when handling large amount of sensor data. In future, might be interesting to see if we can support faster UART baud rate.
0.7.0
What's Changed
- Add Mode 7 IR transmission to ColorDistanceSensor by @mutesplash in #205
- Add debug log filename access by @mutesplash in #204
- Add movement counter to WeDo 2.0 Motion Sensor by @mutesplash in #201
Full Changelog: 0.6.0...0.7.0
0.6.0
0.5.12
0.5.11
0.5.10
0.5.9
Added
- Allow the BuildHAT LEDs to be turned on and off
- Allow for White in set_pixels
- Prevent using same port multiple times
- Add support for checking maximum force sensed
Changed
- Linting of code
- Renamed exceptions to conform to linter's style
Removed
n/a