Update spi.py

This commit is contained in:
jposada202020 2023-04-07 15:26:35 -04:00 committed by GitHub
parent 875703768e
commit 58f1c32526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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