mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 09:50:52 +00:00
ESP IDF Robot
This commit is contained in:
@@ -180,8 +180,8 @@ static void ledc_init (void) {
|
|||||||
|
|
||||||
static void dac_init (void) {
|
static void dac_init (void) {
|
||||||
// GPIO ??
|
// GPIO ??
|
||||||
dac_output_enable(DAC_CHANNEL_1);
|
dac_output_enable(DAC_CHAN_0);
|
||||||
dac_output_voltage(DAC_CHANNEL_2, 64);
|
dac_output_voltage(DAC_CHAN_0, 64);
|
||||||
}
|
}
|
||||||
|
|
||||||
void app_main(void)
|
void app_main(void)
|
||||||
|
Reference in New Issue
Block a user