Commit Graph

12 Commits

Author SHA1 Message Date
3328c0018f No longer read unnecessary data in -readFanData
-readFanData was always reading the temperature and the speeds of all
of the fans regardless of what data was displayed in the menu bar. Now,
-readFanData only reads the data necessary to update the text in the
menubar, so, if only the temp is displayed, only the temp is read. The
updating of the fan speeds in the menu is now only done when the user
clicks on the menu. Also: cleaned up some test code and deleted an
unnecessary comment.
2013-12-25 09:47:10 -05:00
c537db9fdd Dramatically reduced energy impact by improving code efficiency
Cached various information to reduce calls to get information from
hardware. Avoided dynamic memory allocation. Added brief comments and
TODOs.
2013-12-21 09:26:27 -05:00
3212d78eac Updated read me 2012-08-21 17:55:14 +03:00
514a4e1757 new readme 2012-08-21 16:50:41 +02:00
b64ed93aec Updated Readme 2012-08-21 16:48:34 +02:00
6f29638f97 Changed compiler for 10.5 compatibility v2.4 2012-08-21 12:57:30 +02:00
275fff1886 Updated copyright 2012-08-21 00:05:39 +02:00
268925b63a FAQ changes 2012-08-20 23:48:56 +02:00
d4ceb2e34b Scheme 2012-08-20 21:46:10 +02:00
88e981eba9 Added LICENSE / Scheme 2012-08-20 21:45:37 +02:00
3545ace2bf Added README 2012-08-20 21:39:55 +02:00
9661b06959 2.4 Beta
Initial Commit
2012-08-20 21:34:54 +02:00