diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-09-11 00:31:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-09-11 00:31:48 -0400 |
commit | 361de30ad1a2229a00c0e8e5789018a1eb6f0b62 (patch) | |
tree | 63efcecb3216b14bba240153ad875fc921fd9ab7 | |
parent | 49779f13a23be766b3a131a285f7fb5447488c74 (diff) | |
download | kutter-361de30ad1a2229a00c0e8e5789018a1eb6f0b62.tar.gz kutter-361de30ad1a2229a00c0e8e5789018a1eb6f0b62.tar.xz kutter-361de30ad1a2229a00c0e8e5789018a1eb6f0b62.zip |
config: Note adc_voltage and pullup_resistance in adc_temperature module
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-extras.cfg | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index bf91e113..98116151 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1527,8 +1527,10 @@ #voltage2: #... # A set of temperatures (in Celsius) and voltages (in Volts) to use -# as reference when converting a temperature. At least two -# measurements must be provided. +# as reference when converting a temperature. A heater section using +# this sensor may also specify an adc_voltage parameter to define +# the ADC comparison voltage (see example.cfg for details). At least +# two measurements must be provided. #temperature1: #resistance1: #temperature2: @@ -1536,7 +1538,9 @@ #... # Alternatively one may specify a set of temperatures (in Celsius) # and resistance (in Ohms) to use as reference when converting a -# temperature. At least two measurements must be provided. +# temperature. A heater section using this sensor may also specify a +# pullup_resistor parameter (see example.cfg for details). At least +# two measurements must be provided. # MAXxxxxx serial peripheral interface (SPI) temperature based |