-
Notifications
You must be signed in to change notification settings - Fork 129
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
WIP add vendor Id to some boards #162
base: master
Are you sure you want to change the base?
Conversation
The vendorId with |
Hi @nandub! Thank you SO MUCH for getting this work started. I really appreciate this, as I remember how long it took for me to track down all of the product id's originally when I wrote this. I'll try to set aside time to add some more, and for anyone else reading this we'd love your contributions as well! 🌟 |
8362d34
to
6611a94
Compare
The style of the |
6611a94
to
4fb4ead
Compare
4fb4ead
to
e8f0cc1
Compare
e8f0cc1
to
a74dc03
Compare
a74dc03
to
698deff
Compare
698deff
to
06a2673
Compare
…nd sparkfun redboard boards
06a2673
to
ba35b63
Compare
The week before last on your twitch live stream you mention that the library may need to start looking at vendorId because of the collision you found from one of the boards, which I cannot remember which one.
This work is a WIP not sure if it can be merge as is, I only updated the
boards.js
file. I'm not familiar with the library to be able to make proper changes to implement the vendorId.Maybe others can start adding vendorId and productId pairs on this pull request for the rest of the boards. Boards without matching vendorId I used
0x0000
as a place holder for it.The following list of boards have vendorIds so far:
I used the Arduino IDE provided
boards.txt
to get the list ofvendorId
andproductId
for each known boards.