This commit is contained in:
2025-07-08 00:56:00 -04:00
parent aa06343347
commit 6ac5b31f82
2 changed files with 1 additions and 0 deletions

View File

View File

@@ -69,6 +69,7 @@ static const char *TAG = "ESP IDF Robot";
#define I2C_ADDR 0x40 #define I2C_ADDR 0x40
#define CONFIG_EXAMPLE_I2C_MASTER_SDA 5 #define CONFIG_EXAMPLE_I2C_MASTER_SDA 5
#define CONFIG_EXAMPLE_I2C_MASTER_SCL 6 #define CONFIG_EXAMPLE_I2C_MASTER_SCL 6
#define CONFIG_EXAMPLE_SHUNT_RESISTOR_MILLI_OHM 100
/* Use project configuration menu (idf.py menuconfig) to choose the GPIO to blink, /* Use project configuration menu (idf.py menuconfig) to choose the GPIO to blink,