Created
June 27, 2014 00:57
-
-
Save maluta/500ebc943a6fd72a4a52 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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