Connect It
Channel It
Code It
print('hello!')
Prints whatever is inside the () in the REPL.
motor.run(50)
Starts spinning the single motor.
motor.run_both(50)
Runs both sides of the dual motor.
time.sleep(1)
Pauses program.
channel.send('message')
Sends a channel message.
REPL