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

Merge branch 'master' of git.services.c3pb.de:fxk8y/CyanLight

parents 9569116a 2c238a0d
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,12 @@ CyanLight::CyanLightControl::CyanLightControl(uint8_t channelsConfigured) {
uint8_t channels = std::min(channelsConfigured, MAX_CHANNELS);
for (uint8_t i = 0; i < channels; i++)
this->addChannel(CyanLight::channelGPIOs[i]);
this->addChannel((uint8_t)CyanLight::channelGPIOs[i]);
}
bool CyanLight::CyanLightControl::addChannel() {
// TODO: implement!
return false;
}
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