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
@@ -12,8 +12,8 @@ extern "C" {
struct Esp32GroveConfig {
enum GroveMode defaultMode;
struct GpioPinSpec pinSdaRx;
struct GpioPinSpec pinSclTx;
struct GpioPinSpec pinSdaTx;
struct GpioPinSpec pinSclRx;
uart_port_t uartPort;
i2c_port_t i2cPort;
uint32_t i2cClockFrequency;