-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
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
Non-blocking ADC functions gone #5205
Comments
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
I am now stuck on version 1.0.4, the last version with non-broken non-blocking ADC. Great. |
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
Any news on this topic? |
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future. |
Hello @Triangulix , are you able to test your issue on development version 2.0.3-RC1 to check if this is still valid? ADC was refactored lately. Take a look on Docs where is explained how to choose development release version in Arduino IDE. |
@VojtechBartoska Since no-one replied for so long I changed the design and the ADCs are not used anymore. |
Sorry for that, we missed it. Thanks for understanding, closing as expired. |
@VojtechBartoska I can confirm that the issue is there in the latest version as well. |
@sumitmamoria Can you please provide a sketch for reproducing the issue? Thanks! |
The functions are still gone and they would really be useful to me. @VojtechBartoska the issue is with missing functionality and functions, I don't think a reproducing sketch is possible. You can follow the history here: #220 |
@P-R-O-C-H-Y Can you please triage this request? Thanks! |
ADC was refactored to allow the functions to work on all variants (which have different registers for these peripherals). If you still want this functionality on an esp32, you can add the functions directly to your code from 1.0.4 |
If there is anyone who is already trying the new development version 3.0 using IDF-5.1 which is under |
Closing this as solved by above mentioned PR. |
Hi
I just updated from 1.0.4 to 1.0.6 and realized that the non-blocking ADC functions adcStart, adcBusy and adcEnd have been removed.
How should we now use the ADC without blocking the program flow while the ADC is working?
The text was updated successfully, but these errors were encountered: