describe valid pin numbers (#3352)

This commit is contained in:
Samuel Sieb 2023-11-09 21:27:02 -08:00 committed by GitHub
parent 93afb6f86c
commit 72feb57cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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``.