mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 06:47:17 +00:00
ESP IDF Robot
This commit is contained in:
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
|||||||
0deb2f7702db4f018fe98275474bed3462a401a7
|
d006902ae52968b594f821ae64fed88260eb0126
|
||||||
|
@@ -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_CHANNEL_0);
|
||||||
dac_output_voltage(DAC_CHANNEL_1, 64);
|
dac_output_voltage(DAC_CHANNEL_0, 64);
|
||||||
}
|
}
|
||||||
|
|
||||||
void app_main(void)
|
void app_main(void)
|
||||||
|
Reference in New Issue
Block a user