Hardware/LPC/LMSensors.cs
2011-08-31 Added first experimental support for fan control on the NCT677X super I/O chips.
2011-04-10 Replaced the StreamReader based lm-sensors access with an implementation using the FileStream class in order to avoid buffering problems when seeking.
2011-04-09 Added support for AMD 10h core temperature sensors and Asus ATK0110 devices on Linux.
2010-10-17 Added code to read the additional fans on the ASRock P55 Deluxe mainboard via special GPIO switching.
2010-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-08 Fixed some Code Analysis warnings.
2010-08-15 Fixed some Code Analysis warnings.
2010-08-12 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
2010-08-08 Refactored the hardware monitoring code into a library (Issue 101).
2010-06-07 Added (partial) SMBIOS support for Linux by reading from sysfs.
2010-06-06 Added experimental lm-sensors super I/O support for Linux.