Replies: 1 comment 5 replies
-
Salut, I guess the required libraries are missing. Resolved libraries: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, since i have downloaded the new repo, i have this error:
Arduino : 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Carte : "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None"
C:\Users\fred\Downloads\esp32_basic_synth-main (1)\esp32_basic_synth-main\esp32_basic_synth\adc_module.ino: In function 'void AdcMul_Init()':
adc_module:56:22: error: 'analogSetCycles' was not declared in this scope
C:\Users\fred\Downloads\esp32_basic_synth-main (1)\esp32_basic_synth-main\esp32_basic_synth\adc_module.ino: In function 'void AdcMul_Process()':
adc_module:96:20: error: 'adcStart' was not declared in this scope
adc_module:100:27: error: 'adcBusy' was not declared in this scope
adc_module:102:38: error: 'adcEnd' was not declared in this scope
adc_module:106:18: error: 'adcEnd' was not declared in this scope
Plusieurs bibliothèque trouvées pour "WiFi.h"
Utilisé : C:\Users\fred\Documents\ArduinoData\packages\esp32\hardware\esp32\1.0.6\libraries\WiFi
Non utilisé : C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.42.0_x86__mdqgnx93n4wtt\libraries\WiFi
exit status 1
'analogSetCycles' was not declared in this scope
Beta Was this translation helpful? Give feedback.
All reactions