File tree 3 files changed +0
-4
lines changed 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 54
54
__version__ = "0.0.0-auto.0"
55
55
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
56
56
57
- # pylint: disable=bad-whitespace
58
57
_PREAMBLE = const (0x00 )
59
58
_STARTCODE1 = const (0x00 )
60
59
_STARTCODE2 = const (0xFF )
163
162
164
163
_ACK = b"\x00 \x00 \xFF \x00 \xFF \x00 "
165
164
_FRAME_START = b"\x00 \x00 \xFF "
166
- # pylint: enable=bad-whitespace
167
165
168
166
169
167
def _reset (pin ):
Original file line number Diff line number Diff line change 43
43
from micropython import const
44
44
from adafruit_pn532 .adafruit_pn532 import PN532 , BusyError , _reset
45
45
46
- # pylint: disable=bad-whitespace
47
46
_I2C_ADDRESS = const (0x24 )
48
47
49
48
Original file line number Diff line number Diff line change 42
42
from micropython import const
43
43
from adafruit_pn532 .adafruit_pn532 import PN532
44
44
45
- # pylint: disable=bad-whitespace
46
45
_SPI_STATREAD = const (0x02 )
47
46
_SPI_DATAWRITE = const (0x01 )
48
47
_SPI_DATAREAD = const (0x03 )
You can’t perform that action at this time.
0 commit comments