Releases: pixix4/ev3dev-lang-rust
Releases · pixix4/ev3dev-lang-rust
ev3dev-lang-rust 0.16.0
ev3dev-lang-rust 0.15.3
- Add Attribute::get_bytes and fix Sensor::get_bin_data (by hw0lff)
- Setup trusted publishing
ev3dev-lang-rust 0.15.2
- Remove deprecated
doc_auto_cfgattribute
ev3dev-lang-rust 0.15.1
- Fix broken epoll fd setup, previously causing 100% CPU usage (by hw0lff)
ev3dev-lang-rust 0.15.0
- Support for playing multiple WAV files at once (by Wolfyxon)
- Fix documentation for
UltrasonicSensor(by Wolfyxon)
ev3dev-lang-rust 0.14.0
- Add event handlers for ev3 buttons
ev3dev-lang-rust 0.13.0
- Update docker image
- Add
screenfeature documentation for docs.rs - Add support for custom driver root path to better support hardware simulation
- Add experimental BrickPI support
ev3dev-lang-rust 0.12.1
- Impl Error trait for Ev3Error
- Fix tacho motor pid attribute names
ev3dev-lang-rust 0.12.0
- Make
waitmodule available on non linux systems for better editor support - Fix spelling of
attributemodule - Add docker-less cross compilation with
armv5te-unknown-linux-musleabitoolchain to readme (thanks to paavohuhtala)
ev3dev-lang-rust 0.11.1
- Fix framebuffer errors causing stack overflows (by JustSomeRandomUsername)
- Update dependencies