Skip to content

Releases: pixix4/ev3dev-lang-rust

ev3dev-lang-rust 0.16.0

16 Mar 15:45

Choose a tag to compare

  • Add LegoPort support (for ev3 and modbrick)

ev3dev-lang-rust 0.15.3

09 Mar 16:25

Choose a tag to compare

  • Add Attribute::get_bytes and fix Sensor::get_bin_data (by hw0lff)
  • Setup trusted publishing

ev3dev-lang-rust 0.15.2

06 Mar 13:27

Choose a tag to compare

  • Remove deprecated doc_auto_cfg attribute

ev3dev-lang-rust 0.15.1

02 Mar 17:22

Choose a tag to compare

  • Fix broken epoll fd setup, previously causing 100% CPU usage (by hw0lff)

ev3dev-lang-rust 0.15.0

27 Dec 11:19

Choose a tag to compare

  • Support for playing multiple WAV files at once (by Wolfyxon)
  • Fix documentation for UltrasonicSensor (by Wolfyxon)

ev3dev-lang-rust 0.14.0

25 Feb 06:41
ca64a5b

Choose a tag to compare

  • Add event handlers for ev3 buttons

ev3dev-lang-rust 0.13.0

13 Aug 15:00
efdc28c

Choose a tag to compare

  • Update docker image
  • Add screen feature 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

10 May 05:56
a869465

Choose a tag to compare

  • Impl Error trait for Ev3Error
  • Fix tacho motor pid attribute names

ev3dev-lang-rust 0.12.0

30 Jan 14:54
f32879c

Choose a tag to compare

  • Make wait module available on non linux systems for better editor support
  • Fix spelling of attribute module
  • Add docker-less cross compilation with armv5te-unknown-linux-musleabi toolchain to readme (thanks to paavohuhtala)

ev3dev-lang-rust 0.11.1

12 Dec 20:30
38b3519

Choose a tag to compare

  • Fix framebuffer errors causing stack overflows (by JustSomeRandomUsername)
  • Update dependencies