Skip to content

Instantly share code, notes, and snippets.

@TheCuttlefish
Created April 1, 2025 21:15
Show Gist options
  • Save TheCuttlefish/24a9a3906202caaf4f72e7bafa9e0f5d to your computer and use it in GitHub Desktop.
Save TheCuttlefish/24a9a3906202caaf4f72e7bafa9e0f5d to your computer and use it in GitHub Desktop.
clap to press "w" on makey makey + BBC micro
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