Lines Matching +full:vbe +full:- +full:slope
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "raspberrypi,pico-temp"
8 include: sensor-device.yaml
11 io-channels:
15 vbe:
19 Vbe voltage in microvolts at 27 degrees C. Vbe = 0.706V typically.
20 The temperature sensor measures the Vbe voltage of a biased bipolar diode.
21 The temperature calculates from the Vbe voltage measured by the sensor
24 T = 27 - (ADC_Voltage - 0.706)/0.001721
26 See also the vbe-slope section.
28 vbe-slope:
30 default: -1721
32 The slope of Vbe voltage in microvolts per degree C.
33 Typically, a slope of -1.721mV per degree.
35 See also the vbe section.