Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.

This commit is contained in:
Michael Möller
2011-01-20 21:31:54 +00:00
parent 667b36a431
commit 86dbc6f06b
11 changed files with 331 additions and 7 deletions

View File

@@ -87,6 +87,8 @@ namespace OpenHardwareMonitor.Hardware {
void ResetMax();
IEnumerable<SensorValue> Values { get; }
IControl Control { get; }
}
}