fix formatting issues with i2c.py
This commit is contained in:
parent
dc4f7d2d92
commit
812235c025
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ except ImportError:
|
||||||
|
|
||||||
_I2C_ADDRESS = const(0x24)
|
_I2C_ADDRESS = const(0x24)
|
||||||
|
|
||||||
|
|
||||||
class PN532_I2C(PN532):
|
class PN532_I2C(PN532):
|
||||||
"""Driver for the PN532 connected over I2C."""
|
"""Driver for the PN532 connected over I2C."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue