We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b6352 + 4d15c0a commit d99fc68Copy full SHA for d99fc68
examples/Advanced/ADC_Multi_Channel_Dynamic/ADC_Multi_Channel_Dynamic.ino
@@ -34,7 +34,7 @@ void queryPins() {
34
}
35
} while (!(c == '\n' || num_active_pins >= AN_MAX_ADC_CHANNELS));
36
37
- // No (valid) input? Repeat previous measurement cylce
+ // No (valid) input? Repeat previous measurement cycle
38
if (!num_active_pins) {
39
num_active_pins = old_num_active_pins;
40
0 commit comments