diff --git a/CLC-qthing/device_main.cpp b/CLC-qthing/device_main.cpp index 819cb8a32db040647a999bdf7833065e61c8fd0a..7ad8c95e00f8f714da11d4b35014670f82e584c1 100644 --- a/CLC-qthing/device_main.cpp +++ b/CLC-qthing/device_main.cpp @@ -56,9 +56,9 @@ void device_main() { return; */ - ctrl = new CyanLight::CyanLightControl(1); - ctrl->addChannel(26); - ctrl->addChannel(25); + ctrl = new CyanLight::CyanLightControl(3); + //ctrl->addChannel(16); + //ctrl->addChannel(17); ctrl->setFrqRes(100, 19); @@ -74,8 +74,8 @@ void device_main() { } - ctrl->setPWM(0, 1.0f); - ctrl->setPWM(1, 1.0f); + ctrl->setPWM(0, 0.0f); + ctrl->setPWM(1, 0.0f); ctrl->setPWM(2, 1.0f);