ESP IDF Robot

This commit is contained in:
2024-12-22 16:57:32 -05:00
parent 3a3a4791dd
commit 0e249d15f3

View File

@@ -180,7 +180,7 @@ static void ledc_init (void) {
static void dac_init (void) {
// GPIO ??
dac_output_enable(DAC_CHAN_2);
dac_output_enable(DAC_CHANNEL_0);
dac_output_voltage(DAC_CHANNEL_2, 64);
}