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.
1 parent 941f29e commit 659b8fcCopy full SHA for 659b8fc
PicoAnalogCorrection.cpp
@@ -53,7 +53,7 @@ void PicoAnalogCorrection::returnCalibrationValues() {
53
54
int PicoAnalogCorrection::analogRead(size_t pin) {
55
digitalWrite(PS_PIN, HIGH); // Disable power-saving
56
- delayMicroseconds(2); // Cooldown, maybe useless?
+ //delayMicroseconds(2); // Cooldown for the converter to stabilize?
57
58
int value = ::analogRead(pin); // Use normal Arduino analogRead func
59
library.properties
@@ -1,5 +1,5 @@
1
name=PicoAnalogCorrection
2
-version=1.2.0
+version=1.2.1
3
author=Phoenix1747
4
maintainer=Phoenix1747
5
sentence=Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico.
0 commit comments