We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97255a2 commit d75d55bCopy full SHA for d75d55b
spec.json
@@ -11,6 +11,11 @@
11
"positional and directional feedback such as the EV3 and NXT motors.",
12
"This feedback allows for precise control of the motors. This is the",
13
"most common type of motor, so we just call it `motor`."
14
+ ""
15
+ "The way to configure a motor is to set the '_sp' attributes when",
16
+ "calling a command or before. Only in 'run_direct' mode attribute",
17
+ "changes are processed immediately, in the other modes they only",
18
+ "take place when a new command is issued."
19
],
20
"docsLink": "http://www.ev3dev.org/docs/drivers/tacho-motor-class/",
21
"systemClassName": "tacho-motor",
0 commit comments