Einfache Ein- und Ausgaben mit dem myAVR MK3

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

Videozusammenfassung

Weiter mit