Skip to content

Releases: ev3dev/ev3dev-lang

v0.9.2

19 May 00:41
Compare
Choose a tag to compare

With this release we have gotten all four of our libraries caught up with the most recent kernel release, v3.16.7-ckt10-4-ev3dev-ev3.

This version includes a new Python binding that wraps our C++ library. We have also moved the Vala binding to be integrated with other ev3dev codebases and removed the R binding because we couldn't support it.

v0.9.1

02 Dec 01:14
Compare
Choose a tag to compare

Added support for:

  • Servo-type hobby motors
  • DC motors
  • Properties specific to I2C sensors (new class)
  • LEDs
  • Power supplies (such as the built-in EV3 battery)

Adapted to system changes in ev3dev version 3.16.1-3-ev3dev (v0.9.1 compatible with ev3dev kernel 3.16.1-3-ev3dev and above)

Added binding for "R" language

v0.9.0

11 Sep 15:16
Compare
Choose a tag to compare

First official release with unified bindings for sensors and motors for:

  • C++11
  • lua
  • Node.js
  • Vala (can be compiled to C)