Skip to content

Releases: schodet/nxt-python

v2.0-beta-0

12 Oct 17:02
Compare
Choose a tag to compare
v2.0-beta-0 Pre-release
Pre-release

Testing...

v1.1.2

12 Oct 17:26
Compare
Choose a tag to compare

This bugfix version corrects the operation of the Ultrasonic Sensor when connected to the brick with a USB cable.

v1.1.0

12 Oct 17:27
Compare
Choose a tag to compare

rhn is redoing the sensor module, look for a new, backwards-incompatible interface in v2.0!

v1.1.1

12 Oct 17:28
Compare
Choose a tag to compare

Bugfix version 1.1.1 is released to remedy the fact that there is no examples directory in the packaged version. Sorry to all who didn't get any examples with their download...

v0.9

12 Oct 17:29
Compare
Choose a tag to compare

Now licensed under the GPLv3 or later.
Slightly improved accelerometer class.
A few improvements to nxt.server module.

v0.8.1

12 Oct 17:29
Compare
Choose a tag to compare

Added prelimenary support for accelerometer sensors.
Important bugfix and some more commands for server.py.

v0.8

12 Oct 17:30
Compare
Choose a tag to compare

Added server module, for a socket-based driver-like command-driven interface.

Some better help messages.
Added a logo! Yay!
More messages when brick.debug is set to 1.

v0.7

12 Oct 17:30
Compare
Choose a tag to compare

Added a get_sample() method to CompassSensor class.
Simplified return values for message_read() method.
Added message_test.py to examples directory.