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 6496246 commit cba852bCopy full SHA for cba852b
XRPLib/resetbot.py
@@ -3,7 +3,6 @@
3
A simple file for shutting off all of the motors after a program gets interrupted from the REPL.
4
Run this file after interrupting a program to stop the robot by running "import XRPLib.resetbot" in the REPL.
5
"""
6
-print(sys.modules)
7
8
def reset_motors():
9
from XRPLib.encoded_motor import EncodedMotor
0 commit comments