Changeset 4500
- Timestamp:
- 06/27/07 17:15:12 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/developers/applications (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/developers/applications
r2142 r4500 107 107 108 108 sysfs access provides a method to read and write sensor values 109 for any driver using i2c-sensor, including ISA chip drivers.109 for any driver, including ISA chip drivers. 110 110 111 111 This method may also works well for shell and perl scripts … … 115 115 Note that most drivers provide only raw sensor readings via /sys; 116 116 many readings must be scaled or adjusted, and these adjustments 117 must often be changed by the user. An application using / procmust117 must often be changed by the user. An application using /sys must 118 118 generally provide adjustment facilities and the requirements 119 119 of the adjustments can be quite complex. If you need adjustment
