Changeset 4518
- Timestamp:
- 06/29/07 10:16:24 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/branches/lm-sensors-3.0.0/lib/data.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/lib/data.h
r4513 r4518 135 135 and writable. 136 136 scaling is the number of decimal points to scale by. 137 Divide the read value by 10**scaling to get the real value. 138 Scaling can be positive or negative but negative values aren't 139 very useful because the driver can scale that direction itself. */ 137 Divide the read value by 10**scaling to get the real value. */ 140 138 typedef struct sensors_chip_feature { 141 139 sensors_feature_data data;
