Skip to content

Commit e81949e

Browse files
committed
cpython vs circuitpython fite
1 parent 37557e9 commit e81949e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pn532.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def _wakeup(self):
536536
"""Send any special commands/data to wake up PN532"""
537537
with self._spi as spi:
538538
time.sleep(1)
539-
spi.write([0x00])
539+
spi.write(bytearray([0x00]))
540540
time.sleep(1)
541541

542542
def _wait_ready(self, timeout=1):

0 commit comments

Comments
 (0)