Replace port(s) -> pin(s) (#10095)

To be verified, but should be correct
This commit is contained in:
Lorenzo Milesi 2019-08-10 08:19:35 +02:00 committed by Franck Nijhof
parent 5c93c2681e
commit f475ab32e0

View File

@ -98,12 +98,12 @@ i2c_address:
required: false
type: integer
default: "`0x20`"
ports:
pins:
description: Array of used pins.
required: true
type: list
keys:
port:
pin:
description: The pin numbers (from 0 to 15) and corresponding names.
required: true
type: [integer, string]