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 b1c5d6f commit 309f30fCopy full SHA for 309f30f
examples/motcont.py
@@ -5,7 +5,8 @@
5
6
https://github.com/schodet/MotorControl
7
8
-Build it and install it with nxc.
+Build it and install it with nxc, or upload the precompiled version (MotorControl22.rxe
9
+file).
10
"""
11
import time
12
nxt/motcont.py
@@ -180,7 +180,7 @@ def start(self, version=22):
180
:param int version: Version to start, default to 22 (version 2.2).
181
182
It needs to already be present on the brick's flash and named
183
- ``MotorControlXX.rxc``, where `XX` is the version number passed as the version
+ ``MotorControlXX.rxe``, where `XX` is the version number passed as the version
184
argument.
185
186
try:
0 commit comments