Merge branch 'master' of github.com:Microsoft/kindscript-microbit

This commit is contained in:
Michal Moskal
2016-03-18 09:04:11 +01:00
3 changed files with 22 additions and 10 deletions

View File

@ -4,12 +4,12 @@ enum Button {
//% enumval=MICROBIT_ID_BUTTON_B
B,
//% enumval=MICROBIT_ID_BUTTON_AB
//% blockId="A+B"
//% blockId="A+B" block="A+B"
AB,
}
enum Dimension {
//% enumval=0 blockId=x
//% enumval=0 blockId=x
X,
//% enumval=1 blockId=y
Y,

File diff suppressed because one or more lines are too long