Grove driver, I2C migrations, bugfixes and docs (#532)
This commit is contained in:
committed by
GitHub
parent
8dabda2b5b
commit
a35c88c8fd
@@ -0,0 +1,29 @@
|
||||
description: ESP32 Grove Port
|
||||
|
||||
compatible: "espressif,esp32-grove"
|
||||
|
||||
properties:
|
||||
defaultMode:
|
||||
type: int
|
||||
required: true
|
||||
description: "One of enum Esp32GroveMode"
|
||||
pinSdaRx:
|
||||
type: phandle-array
|
||||
required: true
|
||||
description: SDA (I2C) or RX (UART) pin
|
||||
pinSclTx:
|
||||
type: phandle-array
|
||||
required: true
|
||||
description: SCL (I2C) or TX (UART) pin
|
||||
uartPort:
|
||||
type: int
|
||||
required: true
|
||||
description: UART port number
|
||||
i2cPort:
|
||||
type: int
|
||||
required: true
|
||||
description: I2C port number
|
||||
i2cClockFrequency:
|
||||
type: int
|
||||
required: true
|
||||
description: I2C clock frequency
|
||||
Reference in New Issue
Block a user