Skip to content

Commit 51817b4

Browse files
committed
Added LCDPrintUtils, PrintUtils, WireUtils
1 parent 5d33a0e commit 51817b4

File tree

6 files changed

+740
-40
lines changed

6 files changed

+740
-40
lines changed

src/ADCUtils.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
/*
4242
* By replacing this value with the voltage you measured a the AREF pin after a conversion
4343
* with INTERNAL you can calibrate your ADC readout. For my Nanos I measured e.g. 1060 mV and 1093 mV.
44+
* If value > real AREF voltage, measured values are > real values
4445
*/
4546
#if !defined(ADC_INTERNAL_REFERENCE_MILLIVOLT)
46-
#define ADC_INTERNAL_REFERENCE_MILLIVOLT 1100 // Change to value measured at the AREF pin. If value > real AREF voltage, measured values are > real values
47+
#define ADC_INTERNAL_REFERENCE_MILLIVOLT 1100 // Change to value measured at the AREF pin.
4748
#endif
4849

4950
// Union to speed up the combination of low and high bytes to a word

0 commit comments

Comments
 (0)