-
Notifications
You must be signed in to change notification settings - Fork 50
Creating the skeleton of the microbit library and adding a button object #185
Conversation
andreamah
left a comment
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.
Good! Awesome work :)
nasadigital
left a comment
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.
I am impressed how thorough the tests are! Great job.
nasadigital
left a comment
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.
Thanks for addressing the comments!
nasadigital
left a comment
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! Great PR 🌠
andreamah
left a comment
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! :D
…ect (#185) * Created skeleton of microbit library * Added button model to microbit model Co-authored-by: Andrea Mah <31675041+andreamah@users.noreply.github.com>
…ect (#185) * Created skeleton of microbit library * Added button model to microbit model Co-authored-by: Andrea Mah <31675041+andreamah@users.noreply.github.com> Remove outdated tests Update Snapshot Remove tslint comment Remove comment
…ect (#185) * Created skeleton of microbit library * Added button model to microbit model Co-authored-by: Andrea Mah <31675041+andreamah@users.noreply.github.com> Remove outdated tests Update Snapshot Remove tslint comment Remove comment
Description:
Adding the skeleton/structure of the microbit library. This was based off Andrea's closed PR, which Sagar commented on. Also included the basic button class in it.
Type of change
Limitations:
Please describe limitations of this PR
Testing:
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist:
npm run formatand passes the checks innpm run check