Bring the “State Change Detection” circuit found under “Starters: Arduino” in the file browser into your design space
Delete all the code that is currently found in the design space
Create a circuit that when you press the button, causes the built in LED to blink your initials in morse code.
Please add a 2 second delay between letters to help us distinguish each letter.
The length of a dot should be 0.5 seconds, the length of a dash 1 second, and the length of a pause between dots and dashes should be 0.5 seconds.
The initials should only blink out once each time the button is pressed. The blinking should complete fully after a button is pressed and not be interrupted by subsequent button presses.
Hard mode: For each initial use a different method of repeating blinks (ex. Repeat, repeat while loop, if loop, count loop)