This repository contain four files that contributed to our software subsytem's development:
EdgeDetector.py: a rising edge detector we developed to capture the button input,FSM.py: a finite state machine which builds off ofEdgeDetector.py,Rewrite.py: a re-implementation of the edge detector without using thecountiomodule after we discovered issues with signal noise, andFinal.py: the contents of thecode.pyfile loaded on our Raspberry Pi Pico.