Add direction support for NZXT Hue 2
This commit is contained in:
parent
7ba610df77
commit
64f11b42f4
4 changed files with 34 additions and 13 deletions
|
|
@ -24,8 +24,9 @@ static void Sleep(unsigned int milliseconds)
|
|||
|
||||
HuePlusController::HuePlusController()
|
||||
{
|
||||
current_mode = HUE_PLUS_MODE_FIXED;
|
||||
current_speed = HUE_PLUS_SPEED_NORMAL;
|
||||
current_mode = HUE_PLUS_MODE_FIXED;
|
||||
current_speed = HUE_PLUS_SPEED_NORMAL;
|
||||
current_direction = false;
|
||||
}
|
||||
|
||||
HuePlusController::~HuePlusController()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue