-
- Notifications
You must be signed in to change notification settings - Fork 487
[PXCT-779] MicroPython Runtime Package tutorial #2457
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
Conversation
- added all examples (and tested) - added API
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.
Small detail but looks good!
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Outdated Show resolved Hide resolved
…package.md Co-authored-by: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com>
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.
Thank you for the great work, hope my suggestions come in handy :)
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Outdated Show resolved Hide resolved
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Outdated Show resolved Hide resolved
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Outdated Show resolved Hide resolved
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Show resolved Hide resolved
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Outdated Show resolved Hide resolved
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Outdated Show resolved Hide resolved
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Outdated Show resolved Hide resolved
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Outdated Show resolved Hide resolved
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Show resolved Hide resolved
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Show resolved Hide resolved
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.
Looks good
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.
only add the delay
and we're good :)
content/micropython/00.first-steps/03.runtime-package/runtime-package.md Show resolved Hide resolved
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.
LGTM
thanks Karl
What This PR Changes
Contribution Guidelines