mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 07:25:06 +00:00
11 lines
265 B
YAML
11 lines
265 B
YAML
description: ESP32 GPIO Controller
|
|
|
|
include: ["i2c-controller.yaml"]
|
|
|
|
properties:
|
|
port:
|
|
type: int
|
|
description: |
|
|
The port number, defined by i2c_port_t.
|
|
Depending on the hardware, these values are available: I2C_NUM_0, I2C_NUM_1, LP_I2C_NUM_0
|