Various fixes

- Change unit path
- Rename method
- Make CurrentPWM method return its value in PWM instead of percent
This commit is contained in:
2023-10-08 13:50:33 +02:00
parent 0a6bab36be
commit e2509cea8b
5 changed files with 12 additions and 12 deletions

View File

@@ -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();