We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f1275 commit 82ae24aCopy full SHA for 82ae24a
src/AdvancedADC.h
@@ -53,6 +53,7 @@ class AdvancedADC {
53
adc_pins[i] = analogPinToPinName(pins[i]);
54
}
55
n_channels = n_pins;
56
+ return begin(resolution, sample_rate, n_samples, n_buffers);
57
58
int stop();
59
};
0 commit comments