Controller::onWork()// continuous event from the Mainloop bool isPressed=!funktionsTaste.getState(); if (isPressed) { statusLED.on(); } else { statusLED.on(); }
// continuous event from the Mainloop bool isPressed=!funktionsTaste.getState(); if (isPressed) { statusLED.on(); } else { statusLED.on(); }