We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62ace53 + 862d4a5 commit 220bea7Copy full SHA for 220bea7
README.md
@@ -22,7 +22,7 @@ $ smctemp -c
22
## Usage
23
```console
24
$ smctemp -h
25
-Check Temperature by using Apple System Management Control (Smc) tool 0.4.0
+Check Temperature by using Apple System Management Control (Smc) tool 0.5.0
26
Usage:
27
./smctemp [options]
28
-c : list CPU temperatures (Celsius)
smctemp.h
@@ -33,7 +33,7 @@
33
#define COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x])))))
34
35
namespace smctemp {
36
-const char kVersion[] = "0.4.0";
+const char kVersion[] = "0.5.0";
37
constexpr char kIOAppleSmcHiddenClassName[] = "AppleSMC";
38
constexpr char kSmcCmdReadBytes = 5;
39
constexpr char kSmcCmdReadIndex = 8;
0 commit comments