-
Notifications
You must be signed in to change notification settings - Fork 249
Binho Nova integration #43
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
…ltiple times after there's already a binho object
…ltiple times after there's already a binho object
Thanks, will monitor travis output from here on out and fix accordingly. |
@makermelissa LGTM take a look too in case i missed something :) |
adafruit_platformdetect/board.py
Outdated
@@ -68,6 +68,8 @@ | |||
|
|||
MICROCHIP_MCP2221 = "MICROCHIP_MCP2221" | |||
|
|||
BINHO_NOVA = "NOVA" |
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.
My only concern on this PR is that there's another board named Nova that will be added in the future. Can we change the string from "NOVA"
to "BINHO_NOVA"
? Otherwise, everything else looks good to me too.
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.
Yeah, sure. I can make this change to use "BINHO_NOVA" instead. Thanks for the heads up!
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.
Hi @fig1010, it looks like we have a slight problem here. Travis is failing because you have a circular dependency and as a result, PlatformDetect is not getting pushed to PyPI where it would be available to allow your other PR to pass its test. When I merged, I didn't realize it would push it only if it passed. Could you submit another PR where PlatformDetect does not depend on Blinka? |
We're looking into this now. |
Adding BLINKA_NOVA support