You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am wondering what was changed in between 1.0.4 and 1.0.5 that made the ADC read happen more slowly. I have an application that reads the ADC as a mic input and subsequently performs an FFT on the signal. With a fresh install of Arduino on a new computer I found that my code ran about 10x slower. I was able to narrow this down to the difference between using 1.0.4 and 1.0.5/6. Unsure what the issue is here. I'm using the ArduinoFFT library and also end up using #include <driver/adc.h>
Not a big issue for me at the moment since I just rolled back to 1.0.4 but let me know if there's any investigating I can do.
The text was updated successfully, but these errors were encountered:
[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.
Hello, I am wondering what was changed in between 1.0.4 and 1.0.5 that made the ADC read happen more slowly. I have an application that reads the ADC as a mic input and subsequently performs an FFT on the signal. With a fresh install of Arduino on a new computer I found that my code ran about 10x slower. I was able to narrow this down to the difference between using 1.0.4 and 1.0.5/6. Unsure what the issue is here. I'm using the ArduinoFFT library and also end up using
#include <driver/adc.h>
Not a big issue for me at the moment since I just rolled back to 1.0.4 but let me know if there's any investigating I can do.
The text was updated successfully, but these errors were encountered: