From 58f1c32526c0d184284fec14f528b1f8ab9a94c8 Mon Sep 17 00:00:00 2001 From: jposada202020 <34255413+jposada202020@users.noreply.github.com> Date: Fri, 7 Apr 2023 15:26:35 -0400 Subject: [PATCH] Update spi.py --- adafruit_pn532/spi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_pn532/spi.py b/adafruit_pn532/spi.py index 1ca70e4..cbb7dbf 100644 --- a/adafruit_pn532/spi.py +++ b/adafruit_pn532/spi.py @@ -70,8 +70,8 @@ class PN532_SPI(PN532): :param digitalio.DigitalInOut reset: board pin the PN532 reset is connected to :param bool debug: if True print additional debug statements. Defaults to False + **Quickstart: Importing and using the device** - Here is an example of using the :class:`PN532_SPI` class. First you will need to import the libraries to use the sensor