Created
April 1, 2025 21:15
-
-
Save TheCuttlefish/24a9a3906202caaf4f72e7bafa9e0f5d to your computer and use it in GitHub Desktop.
clap to press "w" on makey makey + BBC micro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
makeyMakey.sx1509Init() | |
input.onSound(DetectedSound.Loud, function () { | |
makeyMakey.typeKey(makeyMakey.KeyPress.W) | |
basic.showIcon(IconNames.Happy) | |
basic.pause(10) | |
basic.clearScreen() | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment