Skip to main content
2 of 2
Added edit from question, and rolled back question
Greenonline
  • 3.2k
  • 7
  • 37
  • 49

Fixed. The solution I used was to add state change checking using .fell() which you'll see reflected below. I added state change verification using Bounce2.fell(), like so:

  if (bouncer.read() == LOW && bouncer.fell()) {
C Steph
  • 11
  • 1
  • 3