Closed GoogleCodeExporter closed 9 years ago
https://code.google.com/p/nxt-python/source/browse/trunk/nxt/sensor/hitechnic.py
#519
Something like:
import nxt.sensor.hitechnic
htmot = nxt.sensor.hitechnic.MotorCon(b, nxt.PORT_1)
print dir(htmot)
Should do the trick. The last line will print a list of methods which are
supported (see also help('nxt.sensor.hitechnic.MotorCon') and the source). Note
that this class has not been extensively tested and I'm looking for reports
(good and bad) on how it works. Thanks!
Original comment by marcus@wanners.net
on 22 Mar 2012 at 11:40
Original issue reported on code.google.com by
CodyDos...@gmail.com
on 22 Mar 2012 at 6:28