Skip to content

Commit 2206e68

Browse files
committed
Removing stability notice from the MotorCon class.
Thanks to Aurelio for testing!
1 parent 9a44508 commit 2206e68

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

nxt/sensor/hitechnic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,7 @@ def set_pwm(self, pwm):
517517

518518

519519
class MotorCon(BaseDigitalSensor):
520-
"""Object for HiTechnic FIRST Motor Controllers. Coded to HiTechnic's specs for
521-
the sensor but not tested. Please report whether this worked for you or not!"""
520+
"""Object for HiTechnic FIRST Motor Controllers."""
522521
I2C_ADDRESS = BaseDigitalSensor.I2C_ADDRESS.copy()
523522
I2C_ADDRESS.update({
524523
'm1enctarget': (0x40, '>l'),

0 commit comments

Comments
 (0)