Merge remote-tracking branch 'origin/main'

This commit is contained in:
Thomas Franks 2023-04-08 20:53:26 -04:00
commit 7edf5cf091

View file

@ -70,6 +70,7 @@ class PN532_SPI(PN532):
:param digitalio.DigitalInOut reset: board pin the PN532 RSTOUT_N 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