TAS575x setup

This commit is contained in:
philippe44
2019-07-15 19:42:10 -07:00
parent c71b12b74f
commit d234b67da5
3 changed files with 148 additions and 9 deletions

View File

@@ -24,8 +24,8 @@
static const char *TAG = "cmd_i2ctools";
static gpio_num_t i2c_gpio_sda = 18;
static gpio_num_t i2c_gpio_scl = 19;
static gpio_num_t i2c_gpio_sda = 19;
static gpio_num_t i2c_gpio_scl = 18;
static uint32_t i2c_frequency = 100000;
static i2c_port_t i2c_port = I2C_NUM_0;