mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +00:00
13 lines
300 B
YAML
13 lines
300 B
YAML
description: ESP32 GPIO Controller
|
|
|
|
include: ["i2c-controller.yaml"]
|
|
|
|
compatible: "espressif,esp32-i2c"
|
|
|
|
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
|