This fixes a problem that would cause it to immediately advance
waveforms on startup specifically after being programmed.
; --------------------------------------------------------------
; ----- Poll for button presses and swap waveforms
- ; Test for pin change interrupt flag
- sbis PCIFR, PCIF1
+ ; Test for pushbutton pin pulled low
+ sbic PINC, PINC5
rjmp _button_done
; Button pin status has changed