mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
re-add fscher compute lines for use with the old fscher driver
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4980 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -1486,6 +1486,14 @@ chip "fscher-*"
|
||||
label in1 "+5V"
|
||||
label in2 "Battery"
|
||||
|
||||
# Uncomment the computes line below when using the old fscher driver, leave
|
||||
# them commented when using the newer unified fschmd driver
|
||||
#
|
||||
# M R O O M R
|
||||
# compute in0 (@ * (49 * 33) / 255) + (0 / 100), (@ - (0 / 100)) * 255 / (49 * 33)
|
||||
# compute in1 (@ * (20 * 33) / 255) + (0 / 100), (@ - (0 / 100)) * 255 / (20 * 33)
|
||||
# compute in2 (@ * (10 * 33) / 255) + (0 / 100), (@ - (0 / 100)) * 255 / (10 * 33)
|
||||
|
||||
|
||||
chip "pcf8591-*"
|
||||
#
|
||||
|
Reference in New Issue
Block a user