Page 1 of 1

RELEASED: 3RD PARTY ROBOTC DRIVER SUITE V2.1

Posted: 10 Sep 2011, 19:52
by mightor
Nothing earth shattering
Not as many new features or bug fixes as the last one but some nice little things none the less.

Where can I download it?
You can get it at the usual place: [LINK].

Changelog
  • You can now calibrate light sensors on a per-port basis. It also works with light sensors connected to a sensor MUX.
  • Added getUID() which returns a unique ID for your NXT based on the Bluetooth address. This number is unique for every NXT.
  • All tight while loops have been replaced with while (condition) EndTimeSlice(); This gets rid of warnings.
Thank you
Thanks to Karan Hiremath for suggesting the calibration enhancement and testing the code. I will start adding this feature to other drivers that could benefit from this as well.