From 875703768e488ee39ce7f077c1dfda78b5dfbbcb Mon Sep 17 00:00:00 2001 From: jposada202020 <34255413+jposada202020@users.noreply.github.com> Date: Fri, 24 Mar 2023 00:14:44 -0400 Subject: [PATCH 1/2] Update adafruit_pn532/spi.py --- adafruit_pn532/spi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/adafruit_pn532/spi.py b/adafruit_pn532/spi.py index 18857b2..1ca70e4 100644 --- a/adafruit_pn532/spi.py +++ b/adafruit_pn532/spi.py @@ -71,6 +71,7 @@ class PN532_SPI(PN532): :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 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 2/2] 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