-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
[Feature] Implement Car class in C #1502
Comments
Ran your example from issue #1397 on the beta firmware on the movehub. |
That's a great idea, thanks Bert! |
@BertLindeman - released in stable firmware, accessible in latest Pybricks Beta. (Just some more test driving and then we'll call it stable!) |
Did not see it as quickly as I wanted (also preparing "help, I got a smartphone" lesson..) |
Tested
Drive and steer motors should be uniqe. Tested via block coding. [EDIT} pasted the correct version tested with |
Thank you! |
Is your feature request related to a problem? Please describe.
The version of the Car class we ended up with only has three small synchronous methods. This should be easy and cheap to implement in C.
If we really saved 4KB on move hub, it is probably worth including this class. Both because it is useful and because it is a lot easier to have the corresponding blocks "just work" without exceptions.
Despite being a last minute change, this should be fairly low risk and will expedite the release of the docs and block code, so it is probably worth the time.
The text was updated successfully, but these errors were encountered: