azietak / SED1115-GroupProject

Etch-A-Sketch Group Project
0 stars 0 forks source link

button_checker function #1

Open lilibp opened 2 weeks ago

lilibp commented 2 weeks ago

Purpose:

The button_checker function toggles the button state between "up" and "down" based on the input.

Inputs:

Outputs:

Notes:

Ensure proper state toggling for all input scenarios.

lilibp commented 1 day ago

I ended up writing this code's function, but Yann will be tasked with writing the unittest for it.