mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 14:25:16 +00:00
Refactored the hardware monitoring code into a library (Issue 101).
This commit is contained in:
@@ -41,7 +41,7 @@ using System.IO;
|
||||
|
||||
namespace OpenHardwareMonitor.Hardware.LPC {
|
||||
|
||||
public class LMSensors {
|
||||
internal class LMSensors {
|
||||
|
||||
private List<LMChip> lmChips = new List<LMChip>();
|
||||
|
||||
|
Reference in New Issue
Block a user