| | 92 | * Easier use of /proc and libsensors without knowing the chip type |
|---|
| | 93 | At the moment a programmer wishing to use the lm_sensors package needs to know |
|---|
| | 94 | what chips are supported and needs to add all those chips into his package. |
|---|
| | 95 | If you were to add a field or function to your structures to the effect of |
|---|
| | 96 | sensor-function a programmer could use the package a lot more simply. |
|---|
| | 97 | For values you could do something like - |
|---|
| | 98 | enum sensor-type { volt, fan, temp, volt_min, volt_max, fan_div, fan_min, |
|---|
| | 99 | temp_over, temp_hyst } |
|---|
| | 100 | |
|---|