Skip to content

Commit 58f1c32

Browse files
Update spi.py
1 parent 8757037 commit 58f1c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pn532/spi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def __init__(
7070
:param digitalio.DigitalInOut reset: board pin the PN532 reset is connected to
7171
:param bool debug: if True print additional debug statements. Defaults to False
7272
73+
7374
**Quickstart: Importing and using the device**
74-
7575
Here is an example of using the :class:`PN532_SPI` class.
7676
First you will need to import the libraries to use the sensor
7777

0 commit comments

Comments
 (0)