Skip to content

Commit 94583ae

Browse files
committed
Update tacho-motor-class.markdown
1 parent 77dd676 commit 94583ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/drivers/tacho-motor-class.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ is off.
6363
use of motors that send inverted encoder signals to the EV3. This should
6464
be set correctly by the driver of a device. It You only need to change this
6565
value if you are using a unsupported device. Valid values are `normal` and
66-
`inverted`.
66+
`inversed`.
6767

6868
`polarity` (read/write)
6969
: Sets the polarity of the motor. With `normal` polarity, a positive duty
70-
cycle will cause the motor to rotate clockwise. With `inverted` polarity,
70+
cycle will cause the motor to rotate clockwise. With `inversed` polarity,
7171
a positive duty cycle will cause the motor to rotate counter-clockwise.
72-
Valid values are `normal` and `inverted`.
72+
Valid values are `normal` and `inversed`.
7373

7474
`port_name` (read-only)
7575
: Returns the name of the port that the motor is connected to.

0 commit comments

Comments
 (0)