DNB Coding Challenge Snippet #2

PHOTO EMBED

Wed Mar 20 2024 20:56:14 GMT+0000 (Coordinated Universal Time)

Saved by @TechBox #c++

  //Challenge Solution - Part #2
  else if (digitalRead(sw2Pin) == HIGH) {
    delay(250);
    flipSwitch(sw2Pos);
  } 
content_copyCOPY