Fixes and improvements (#534)

This commit is contained in:
Ken Van Hoeylandt
2026-06-19 20:46:56 +02:00
committed by GitHub
parent a35c88c8fd
commit e8b9a1f2a9
12 changed files with 68 additions and 49 deletions
@@ -26,8 +26,8 @@
port_a: grove0 {
compatible = "espressif,esp32-grove";
defaultMode = <GROVE_MODE_I2C>;
pinSdaRx = <&gpio0 2 GPIO_FLAG_NONE>;
pinSclTx = <&gpio0 1 GPIO_FLAG_NONE>;
pinSdaTx = <&gpio0 2 GPIO_FLAG_NONE>;
pinSclRx = <&gpio0 1 GPIO_FLAG_NONE>;
uartPort = <UART_NUM_1>;
i2cPort = <I2C_NUM_0>;
i2cClockFrequency = <400000>;