-
Couldn't load subscription status.
- Fork 46
Closed
Labels
HacktoberfestDigitalOcean's HacktoberfestDigitalOcean's HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Often more than one PN532 needs to be connected to one I2C bus. The chip can be set to different address than the default x24, but at present this driver does not support it, rather it is set as a constant in the code.
I can make my own version, but I believe this change would benefit others too. E.g.
NFC = PN532_I2C(SCL, SDA, ADDR)
ADDR could be an optional parameter, and if left out the default x24 will be set.
Metadata
Metadata
Assignees
Labels
HacktoberfestDigitalOcean's HacktoberfestDigitalOcean's HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers