Skip to content

Commit fea721d

Browse files
committed
Merge pull request #151 from ensonic/patch-1
improve motor docs
2 parents 97255a2 + d75d55b commit fea721d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"positional and directional feedback such as the EV3 and NXT motors.",
1212
"This feedback allows for precise control of the motors. This is the",
1313
"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."
1419
],
1520
"docsLink": "http://www.ev3dev.org/docs/drivers/tacho-motor-class/",
1621
"systemClassName": "tacho-motor",

0 commit comments

Comments
 (0)