Last active
December 31, 2015 14:40
-
-
Save floriandejonckheere/e29a7ba1319d7de2264f to your computer and use it in GitHub Desktop.
Gigabyte GA-EP43-UD3L lm_sensors config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chip "it8718-*" | |
| label in0 "VCore" | |
| label in1 "VDDR" | |
| label in2 "+3.3V" # VCC3 | |
| label in3 "+5V" # VCC | |
| label in4 "+12V" | |
| label in5 "-12V" | |
| label in6 "-5V" | |
| label in7 "5VSB" # VCCH | |
| label in8 "VBat" | |
| compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) | |
| compute in4 ((30/10)+1)*@ , @/((30/10)+1) | |
| compute in5 (1+232/56)*@ - 4.096*232/56 , (@ + 4.096*232/56)/(1+232/56) | |
| compute in6 (1+120/56)*@ - 4.096*120/56 , (@ + 4.096*120/56)/(1+120/56) | |
| compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1) | |
| label temp1 "CPU Temp" | |
| label temp2 "Motherboard Temp" | |
| ignore temp3 | |
| label fan1 "CPU Fan" | |
| label fan2 "System Fan 1" | |
| label fan3 "Power Fan" | |
| label fan4 "System Fan 2" | |
| label intrusion0 "Intrusion Detection" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment