You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is it supposed to do? I ask because a few lines further up in that method you have read from SMCGetFanRPM(key) into local variables for minimum, maximum and actual (fan)speeds. I seem to find the variable actual_speed seems to be quite plausible on my machine, so i was wondering what your line of thought might be?
I am using a Macmini3,1 (thats a late 2009 mac mini, i think) on OS X El Capitan 10.11.6 and it is reporting "Fan 0 - Master at 318 RPM (8%)", which seems a little low. The actual_speed variable is reading 1818, which seems quite plausible.
The text was updated successfully, but these errors were encountered:
Hello there! First off, great tool, works quite well!
I have a question about following code snippet:
osx-cpu-temp/smc.c
Line 275 in af036f7
What is it supposed to do? I ask because a few lines further up in that method you have read from SMCGetFanRPM(key) into local variables for minimum, maximum and actual (fan)speeds. I seem to find the variable actual_speed seems to be quite plausible on my machine, so i was wondering what your line of thought might be?
I am using a Macmini3,1 (thats a late 2009 mac mini, i think) on OS X El Capitan 10.11.6 and it is reporting "Fan 0 - Master at 318 RPM (8%)", which seems a little low. The actual_speed variable is reading 1818, which seems quite plausible.
The text was updated successfully, but these errors were encountered: