Rename some functions, improve documentation
This commit is contained in:
@@ -9,8 +9,15 @@ interface Sensor {
|
||||
{abstract} string name()
|
||||
}
|
||||
|
||||
class HwmonFan {
|
||||
class PwmControl {
|
||||
+void pwm(int percent)
|
||||
+int pwm()
|
||||
|
||||
+ void enableManualControl()
|
||||
+ void reset()
|
||||
|
||||
- System Paths
|
||||
- Initial Values
|
||||
}
|
||||
|
||||
Fan <|-- HwmonFan
|
||||
|
||||
Reference in New Issue
Block a user