Skip to content

Instantly share code, notes, and snippets.

@maluta
Created June 27, 2014 00:57
Show Gist options
  • Save maluta/500ebc943a6fd72a4a52 to your computer and use it in GitHub Desktop.
Save maluta/500ebc943a6fd72a4a52 to your computer and use it in GitHub Desktop.
{
"extensionName": "ScratcherControl",
"extensionPort": 50007,
"blockSpecs": [
["r", "Voice Command", "voice-command"],
["r", "Accelerometer X", "accelerometer-x"],
["r", "Accelerometer Y", "accelerometer-y"],
["r", "Accelerometer Z", "accelerometer-z"],
["r", "Brightness", "light-level"],
["b", "Start Button Pressed?", "start-button-pressed"],
["b", "Select Button Pressed?", "select-button-pressed"],
["b", "Up Button Pressed?", "button-up-pressed"],
["b", "Down Button Pressed?", "button-down-pressed"],
["b", "Left Button Pressed?", "button-left-pressed"],
["b", "Right Button Pressed?", "button-right-pressed"],
["b", "A Button Pressed?", "button-a-pressed"],
["b", "B Button Pressed?", "button-b-pressed"],
["b", "X Button Pressed?", "button-x-pressed"],
["b", "Y Button Pressed?", "button-y-pressed"]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment