mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 20:05:25 +02:00
dac: optimize the dma stratege
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
Bunch of constants for DAC peripheral: GPIO number
|
||||
*/
|
||||
const dac_signal_conn_t dac_periph_signal = {
|
||||
.dac_channel_io_num[0] = DAC_CHAN_0_GPIO_NUM,
|
||||
.dac_channel_io_num[1] = DAC_CHAN_1_GPIO_NUM,
|
||||
.dac_channel_io_num[0] = 17,
|
||||
.dac_channel_io_num[1] = 18,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user