-
Notifications
You must be signed in to change notification settings - Fork 17
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
Support more complex hardware wanted? (e.g. MFRC522 RFID Reader) #21
Comments
💯 Thanks for your words of encouragement! SPI has been in the backlog for quite some time (#10) so this would be a good excuse to finally figure out a good abstraction API over the underlying library. Feel free to make any suggestions as a PR, or if you wanted to create an implementation on your own and we could work together to bring it inline/upstream, I think either one of those would work. Alternatively, I was hoping that a chunk of the backlog could get handled in the next month or so, and get a 2.0 release out the door, so if time is not if the essence, the SPI API should hopefully be settled by then. |
SPI Input devices have been implemented as of Commissions have now been opened to prioritize this feature: https://github.com/sponsors/ecoAPM/sponsorships?tier_id=106618&preview=false Until then, the underlying |
This is great news. I'd be happy to be a tester for this...
Maybe I can provide some hardware I own or donate a little amount of money to help you out? |
As a developer, I want to integrate my MFRC522 RFID Reader, so that the lib would provide a nice and clean API to this device.
First I would like to thank you for this lib, my examples are not fully working, but at least it looks promising. Are you willing to extend it to support more complex stuff? Or should this be implemented in another lib?
I'm currently trying to implement support for the MFRC522 RFID Reader, would you like me to submit a PR, if I'm done?
For more information see:
The text was updated successfully, but these errors were encountered: