Build a combination lock.
Design a program that turns an LED when a sequence of buttons is pressed.
- You should use 2-4 buttons.
- Your sequence should be at least 4 button presses.
- Use one LED to indicate locked and one LED to indicate unlocked.
Document your combination lock on the blog according to guidelines.