Skip to content
Snippets Groups Projects
Commit 1ed41063 authored by fxk8y's avatar fxk8y :spider:
Browse files

Reverting from subraum "schaukasten" to my actual demo setup

parent 844f6e34
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment