Configured processing interval in "ADC_Dual_Mode " example is not realistic #87
Labels
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
The "ADC_Dual_Mode" example is configured to process the buffer every millisecond:
Arduino_AdvancedAnalog/examples/Advanced/ADC_Dual_Mode/ADC_Dual_Mode.ino
Line 26 in 38836d5
This interval is nonsense because the example must acquire new values and print a significant number of characters in that time:
Arduino_AdvancedAnalog/examples/Advanced/ADC_Dual_Mode/ADC_Dual_Mode.ino
Lines 27 to 33 in 38836d5
This will take longer than a millisecond. And so the effective update rate will be slower than implied by the code.
The text was updated successfully, but these errors were encountered: