merge recent changes to i2c.py

This commit is contained in:
Thomas Franks 2023-02-26 20:25:19 -05:00
parent b6117ced1f
commit dc4f7d2d92

View file

@ -32,7 +32,6 @@ except ImportError:
_I2C_ADDRESS = const(0x24)
class PN532_I2C(PN532):
"""Driver for the PN532 connected over I2C."""