We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include <M5Unified.h> void setup() { auto cfg = M5.config(); M5.begin(cfg); analogReadResolution(12); } void loop() { M5.delay(1000); M5.Log.println("loop"); }
Hang up at analogReadResolution().
E (119) ADC: CONFLICT! driver_ng is not allowed to be used with the legacy driver
This error occurred. Therefore, I will use Arduino2.x.
The text was updated successfully, but these errors were encountered:
@tanakamasayuki Thank you for reporting this. We will be fixing the code that relies on legacy drivers such as ADC and I2S.
Sorry, something went wrong.
tweak ADC driver for ESP-IDF 5.x.x ( ArduinoESP32 v3.x.x ) ( #89 #90 #…
0360b63
…121 )
No branches or pull requests
Hang up at analogReadResolution().
This error occurred.
Therefore, I will use Arduino2.x.
The text was updated successfully, but these errors were encountered: