We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried using SpeedRPM with run_forever, but I can't figure out what the code should look like.
The text was updated successfully, but these errors were encountered:
#!/usr/bin/env pybricks-micropython from pybricks.ev3devices import InfraredSensor, Motor, ColorSensor from pybricks.parameters import Port, Button, Color, ImageFile, SoundFile, Stop from pybricks.tools import wait from pybricks.robotics import DriveBase from pybricks.hubs import EV3Brick # Initialize the EV3 Brick. ev3 = EV3Brick() # Initialize the motors. motor = Motor(Port.C) while True: motor.run(speed)
Sorry, something went wrong.
No branches or pull requests
I tried using SpeedRPM with run_forever, but I can't figure out what the code should look like.
The text was updated successfully, but these errors were encountered: