1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jan 25, 2025 — Jan 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added short help messages to the scripts. More... almost 15 years ago
Added man pages for each of the scripts. While distutils and therefore setup.py don't do anything with these, packagers for various unix-based systems will hopefully find them helpful. More... almost 15 years ago
Improving the error handling in find_one_brick(). Unfortunately, this may change behavior slightly in some cases and therefore can't be pushed to v2.1 as a bugfix. More... almost 15 years ago
Fixed race condition in the digital sensor and motcont timing code which causes a negative value to be passed to time.sleep() every few thousand calls. This one took more testing to find than any other bug I've ever discovered. More... almost 15 years ago
Added move_to() function to motcont module. Note that the tacho count is reset when the MotorControl program is restarted. More... almost 15 years ago
Preliminary support for Linus Atorf's MotorControl NXC interface. More... almost 15 years ago
Minor changes to install and build system. More... almost 15 years ago
v2.1.0: Readme updates plus minor change to cnc.py example. More... almost 15 years ago
Tweaking the digital sensor timing code a bit. Results in 2x query speedups and slight reduction in command time. I believe we don't actually do any sleeping on most queries now. More... almost 15 years ago
Take 2... More... almost 15 years ago
Changed the RLock back to a Lock on rhn's suggestion. More... almost 15 years ago
Added two new HiTechnic sensors: ServoCon and MotorCon. These seem to be pretty rare and aren't listed on the HiTechnic website for some reason, but they do in fact exist. More... almost 15 years ago
Added a bit of code to elimenate random DirProtErrors when polling digital sensors. Also did a couple cosmetic things. More... almost 15 years ago
Think I got it right this time. Copyright added and nothing else. To be included in the bugfix rev. More... almost 15 years ago
Accidentally included the DirProtError change in the last rev. Reverting to keep my planned merge to the v2.0 branch possible. More... almost 15 years ago
Need to keep our paperwork in order...updating the copyright dec for that last change. More... almost 15 years ago
Fixing back-to-back digital sensor commands. Also decreasing the poll delay a bit...seems to have no ill effects. More... almost 15 years ago
Fixing one of the mindsensors examples. More... almost 15 years ago
Added example for migpic's "Pancake maker". Shows how to move motors independently. More... almost 15 years ago
Fixed the license declaration in setup.py. More... almost 15 years ago
Added install.bat to the list of files to be included with source distributions, for easier installation on Windows. The already-built source packages will not be changed. More... almost 15 years ago
EOPD.get_sample assigned get_scaled_value instead of get_processed_value. More... about 15 years ago
Fixing the HiTechnic Compass sensor with another patch by jerradgenson. Thanks! More... about 15 years ago
Fixing r227 with the new patch from Issue 22. More... about 15 years ago
Fixing the values returned by the EOPD sensor. Patch by jerradgenson. More... about 15 years ago
Fixed r275. Fixes Issue 21. More... about 15 years ago
Fixing the HiTechnic EOPD sensor. Thanks to jerradgenson for testing! More... about 15 years ago
Added alpharex.py to the examples directory. Thanks to Helio Perroni Filho. See the mailing list nxt.models thread for more details. More... about 15 years ago
Added a silent mode to locator.py. Fixes Issue 17. More... about 15 years ago
Added proper GPL copyright declaration to the new utils.py. More... about 15 years ago