Update spi.py
This commit is contained in:
parent
875703768e
commit
58f1c32526
1 changed files with 1 additions and 1 deletions
|
@ -70,8 +70,8 @@ class PN532_SPI(PN532):
|
||||||
:param digitalio.DigitalInOut reset: board pin the PN532 reset is connected to
|
:param digitalio.DigitalInOut reset: board pin the PN532 reset is connected to
|
||||||
:param bool debug: if True print additional debug statements. Defaults to False
|
:param bool debug: if True print additional debug statements. Defaults to False
|
||||||
|
|
||||||
**Quickstart: Importing and using the device**
|
|
||||||
|
|
||||||
|
**Quickstart: Importing and using the device**
|
||||||
Here is an example of using the :class:`PN532_SPI` class.
|
Here is an example of using the :class:`PN532_SPI` class.
|
||||||
First you will need to import the libraries to use the sensor
|
First you will need to import the libraries to use the sensor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue