File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 5454__version__ = "0.0.0-auto.0"
5555__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
5656
57- # pylint: disable=bad-whitespace
5857_PREAMBLE = const (0x00 )
5958_STARTCODE1 = const (0x00 )
6059_STARTCODE2 = const (0xFF )
163162
164163_ACK = b"\x00 \x00 \xFF \x00 \xFF \x00 "
165164_FRAME_START = b"\x00 \x00 \xFF "
166- # pylint: enable=bad-whitespace
167165
168166
169167def _reset (pin ):
Original file line number Diff line number Diff line change 4343from micropython import const
4444from adafruit_pn532 .adafruit_pn532 import PN532 , BusyError , _reset
4545
46- # pylint: disable=bad-whitespace
4746_I2C_ADDRESS = const (0x24 )
4847
4948
Original file line number Diff line number Diff line change 4242from micropython import const
4343from adafruit_pn532 .adafruit_pn532 import PN532
4444
45- # pylint: disable=bad-whitespace
4645_SPI_STATREAD = const (0x02 )
4746_SPI_DATAWRITE = const (0x01 )
4847_SPI_DATAREAD = const (0x03 )
You can’t perform that action at this time.
0 commit comments