describe valid pin numbers

This commit is contained in:
Samuel Sieb 2023-11-09 17:47:27 -08:00 committed by GitHub
parent 93afb6f86c
commit 1b9567e5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ Pin configuration variables:
****************************
- **xl9535** (**Required**, :ref:`config-id`): The id of the ``xl9535`` component of the pin.
- **number** (**Required**, int): The pin number.
- **number** (**Required**, int): The pin number. Valid numbers are 0-7 and 10-17.
- **inverted** (*Optional*, boolean): If all read and written values
should be treated as inverted. Defaults to ``false``.
- **mode** (*Optional*, string): A pin mode to set for the pin at. One of ``INPUT`` or ``OUTPUT``.