Various fixes
- Change unit path - Rename method - Make CurrentPWM method return its value in PWM instead of percent
This commit is contained in:
@@ -15,8 +15,8 @@ public:
|
||||
PWMControl(std::string controlPath);
|
||||
~PWMControl();
|
||||
|
||||
void Power(int percent);
|
||||
int Power();
|
||||
void SetPower(int percent);
|
||||
int CurrentPWM();
|
||||
|
||||
void EnableManualControl();
|
||||
void Reset();
|
||||
|
||||
Reference in New Issue
Block a user