-
Notifications
You must be signed in to change notification settings - Fork 289
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
📜Micro-bit code #5049
📜Micro-bit code #5049
Conversation
Created a sample MicroPython code and a script to flash it to Micro:Bit.
for more information, see https://pre-commit.ci
Thanks for the partial work @rmagedon97! Really useful to see how to get code on the micro:bit. To get you going in the transpiler I have added a parameter to the transpiler, so that we can output different code if we microbit variable is set to True. Some steps for you to do now:
Steps later on:
|
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Fixed all tests "test_print_microbit" for all levels
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Not when we run the micro-bit tests it just skips the evaluation without saving to txt.
Resolved issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be merged!
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Work in progress for #4586