Skip to content

Commit 82ae24a

Browse files
authored
Add missing bit
I shall test my PR before submitting...
1 parent 04f1275 commit 82ae24a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AdvancedADC.h

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class AdvancedADC {
5353
adc_pins[i] = analogPinToPinName(pins[i]);
5454
}
5555
n_channels = n_pins;
56+
return begin(resolution, sample_rate, n_samples, n_buffers);
5657
}
5758
int stop();
5859
};

0 commit comments

Comments
 (0)