changes after local build of RTD and review

This commit is contained in:
Thomas Franks 2023-04-08 20:50:43 -04:00
parent 1859ca77d8
commit 2628c4aa09
4 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ class PN532_UART(PN532):
Optional reset pin and debugging output.
:param ~busio.UART uart: The uart object the PN532 is connected to.
:param digitalio.DigitalInOut reset: board pin the PN532 reset is connected to
: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**