Skip to content

Commit

Permalink
Crank it baby.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcodetastic committed Sep 10, 2021
1 parent b7ddae7 commit aae55e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions esp32_i2s_parallel_v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ static void iomux_set_signal(int gpio, int signal) {
PIN_FUNC_SELECT(GPIO_PIN_MUX_REG[gpio], PIN_FUNC_GPIO);
gpio_set_direction(gpio, GPIO_MODE_DEF_OUTPUT);
gpio_matrix_out(gpio, signal, false, false);

// More mA the better...
gpio_set_drive_capability((gpio_num_t)gpio, GPIO_DRIVE_CAP_MAX);

}

static void dma_reset(i2s_dev_t* dev) {
Expand Down

0 comments on commit aae55e9

Please sign in to comment.