Back to home page

OSCL-LXR

 
 

    


0001 What:           /sys/bus/iio/devices/iio:deviceX/out_temp_raw
0002 Date:           August 2021
0003 KernelVersion:  5.15
0004 Contact:        Andreas Klinger <ak@it-klinger.de>
0005 Description:
0006                 Set the temperature. This value is sent to the sensor for
0007                 temperature compensation.
0008                 Default value: 25000 (25 °C)
0009 
0010 What:           /sys/bus/iio/devices/iio:deviceX/out_humidityrelative_raw
0011 Date:           August 2021
0012 KernelVersion:  5.15
0013 Contact:        Andreas Klinger <ak@it-klinger.de>
0014 Description:
0015                 Set the relative humidity. This value is sent to the sensor for
0016                 humidity compensation.
0017                 Default value: 50000 (50 % relative humidity)
0018 
0019 What:           /sys/bus/iio/devices/iio:deviceX/in_resistance_calibbias
0020 Date:           August 2021
0021 KernelVersion:  5.15
0022 Contact:        Andreas Klinger <ak@it-klinger.de>
0023 Description:
0024                 Set the bias value for the resistance which is used for
0025                 calculation of in_concentration_input as follows:
0026 
0027                 x = (in_resistance_raw - in_resistance_calibbias) * 0.65
0028 
0029                 in_concentration_input = 500 / (1 + e^x)
0030 
0031                 Default value: 30000