Add -t option to read temperatures

This commit is contained in:
nandhp
2017-07-30 12:34:09 -05:00
parent 679e6c659c
commit 757dd0083f
2 changed files with 51 additions and 1 deletions

View File

@ -30,6 +30,7 @@
#define OP_READ 2
#define OP_READ_FAN 3
#define OP_WRITE 4
#define OP_READ_TEMPS 5
#define KERNEL_INDEX_SMC 2