mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 02:10:17 +00:00
ESP IDF Robot
This commit is contained in:
@@ -180,7 +180,7 @@ static void ledc_init (void) {
|
|||||||
|
|
||||||
static void dac_init (void) {
|
static void dac_init (void) {
|
||||||
// GPIO ??
|
// GPIO ??
|
||||||
dac_output_enable(DAC_CHAN_2);
|
dac_output_enable(DAC_CHANNEL_0);
|
||||||
dac_output_voltage(DAC_CHANNEL_2, 64);
|
dac_output_voltage(DAC_CHANNEL_2, 64);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user