I have implemented and tested the check_switches() function. Also fixed a couple of typos I encountered along the way.
I put the function in the keypad.c file. It checks if any of the switches are up, if they are it displays a message, plays a tune, and uses a while loop to block startup.
There may be some style problems since I am pretty noobtastic but tried to stick to the style conventions I saw in the project already.
I have implemented and tested the check_switches() function. Also fixed a couple of typos I encountered along the way.
I put the function in the keypad.c file. It checks if any of the switches are up, if they are it displays a message, plays a tune, and uses a while loop to block startup.
There may be some style problems since I am pretty noobtastic but tried to stick to the style conventions I saw in the project already.