Skip to content

Conversation

@NickAger
Copy link

@NickAger NickAger commented Jan 6, 2026

found I needed motor.start(50) for the Lego train motor to run; with no arguments the motor didn't run and I thought there was an issue with the code, the motor or the BuildHat.

found I needed `motor.start(50)` for the Lego train motor to run; with no arguments the motor didn't run and I thought there was an issue with the code, the motor or the BuildHat.
@mutesplash
Copy link
Contributor

The default speed is 20 if nothing is provided. Does it do the same thing if you put in .start(20) instead of .start(50) ?

@NickAger
Copy link
Author

NickAger commented Jan 9, 2026

More testing of the motor:

speed works
20
28
29
30
50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants