Change some variable names, add stubs for sensor interface and an implementation
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
enum class PWM_CONTROL_PROPERTY { CONTROL, ENABLE, MODE };
|
||||
|
||||
struct PWM_CONTROL {
|
||||
std::string control;
|
||||
std::string enable;
|
||||
std::string mode;
|
||||
std::string controlPath;
|
||||
std::string enablePath;
|
||||
std::string modePath;
|
||||
|
||||
std::string initialEnable;
|
||||
std::string initialMode;
|
||||
|
||||
Reference in New Issue
Block a user