{ "AcceleratorRange.EightG": "The accelerator measures forces up to 8 gravity", "AcceleratorRange.EightG|block": "8g", "AcceleratorRange.FourG": "The accelerator measures forces up to 4 gravity", "AcceleratorRange.FourG|block": "4g", "AcceleratorRange.OneG": "The accelerator measures forces up to 1 gravity", "AcceleratorRange.OneG|block": "1g", "AcceleratorRange.TwoG": "The accelerator measures forces up to 2 gravity", "AcceleratorRange.TwoG|block": "2g", "BaudRate.BaudRate115200|block": "115200", "BaudRate.BaudRate9600|block": "9600", "BeatFraction.Eighth|block": "1/8", "BeatFraction.Half|block": "1/2", "BeatFraction.Quarter|block": "1/4", "BeatFraction.Sixteenth|block": "1/16", "BeatFraction.Whole|block": "1", "Button.AB|block": "A+B", "Colors.Blue|block": "blue", "Colors.Green|block": "green", "Colors.Indigo|block": "indigo", "Colors.Orange|block": "orange", "Colors.Purple|block": "purple", "Colors.Red|block": "red", "Colors.Violet|block": "violet", "Colors.White|block": "white", "Colors.Yellow|block": "yellow", "Delimiters.Colon|block": ":", "Delimiters.Comma|block": ",", "Delimiters.Dollar|block": "$", "Delimiters.Fullstop|block": ".", "Delimiters.Hash|block": "#", "Delimiters.NewLine|block": "new line", "Dimension.Strength|block": "strength", "Dimension.X|block": "x", "Dimension.Y|block": "y", "Dimension.Z|block": "z", "Direction.Left|block": "left", "Direction.Right|block": "right", "DisplayMode.BackAndWhite|block": "black and white", "DisplayMode.Greyscale|block": "greyscale", "EventCreationMode.CreateAndFire": "MicroBitEvent is initialised, and its event handlers are immediately fired (not suitable for use in interrupts!).", "EventCreationMode.CreateOnly": "MicroBitEvent is initialised, and no further processing takes place.", "Gesture.FreeFall": "Raised when the board is falling!", "Gesture.FreeFall|block": "free fall", "Gesture.LogoDown": "Raised when the logo is downward and the screen is vertical", "Gesture.LogoDown|block": "logo down", "Gesture.LogoUp": "Raised when the logo is upward and the screen is vertical", "Gesture.LogoUp|block": "logo up", "Gesture.ScreenDown": "Raised when the screen is pointing up and the board is horizontal", "Gesture.ScreenDown|block": "screen down", "Gesture.ScreenUp": "Raised when the screen is pointing down and the board is horizontal", "Gesture.ScreenUp|block": "screen up", "Gesture.Shake": "Raised when shaken", "Gesture.Shake|block": "shake", "Gesture.SixG": "Raised when a 6G shock is detected", "Gesture.SixG|block": "6g", "Gesture.ThreeG": "Raised when a 3G shock is detected", "Gesture.ThreeG|block": "3g", "Gesture.TiltLeft": "Raised when the screen is pointing left", "Gesture.TiltLeft|block": "tilt left", "Gesture.TiltRight": "Raised when the screen is pointing right", "Gesture.TiltRight|block": "tilt right", "LedSpriteProperty.Blink|block": "blink", "LedSpriteProperty.Brightness|block": "brightness", "LedSpriteProperty.Direction|block": "direction", "LedSpriteProperty.X|block": "x", "LedSpriteProperty.Y|block": "y", "Math.randomBoolean|block": "pick random true or false", "Math|block": "Math", "Motor.AB|block": "A and B", "MotorCommand.Break|block": "break", "MotorCommand.Coast|block": "coast", "MotorCommand.Sleep|block": "sleep", "Note.CSharp3|block": "C#3", "Note.CSharp4|block": "C#4", "Note.CSharp5|block": "C#5", "Note.CSharp|block": "C#", "Note.FSharp3|block": "F#3", "Note.FSharp4|block": "F#4", "Note.FSharp5|block": "F#5", "Note.FSharp|block": "F#", "Note.GSharp3|block": "G#3", "Note.GSharp4|block": "G#4", "Note.GSharp5|block": "G#5", "Note.GSharp|block": "G#", "PinPullMode.PullDown|block": "down", "PinPullMode.PullNone|block": "none", "PinPullMode.PullUp|block": "up", "Rotation.Pitch|block": "pitch", "Rotation.Roll|block": "roll", "String.charAt|block": "char from %this|at %pos", "String.compare|block": "compare %this| to %that", "String.concat|block": "join %this|%other", "String.fromCharCode|block": "text from char code %code", "String.isEmpty|block": "%this| is empty", "String.length|block": "length of %VALUE", "String.substr|block": "substring of %this|from %start|of length %length", "String|block": "String", "basic.clearScreen|block": "clear screen", "basic.color|block": "%c", "basic.forever|block": "forever", "basic.pause|block": "pause (ms) %pause", "basic.rgbw|block": "red %red|green %green|blue %blue|white %white", "basic.setLedColor|block": "set led to %color=color_id", "basic.showLeds|block": "show leds", "basic.showNumber|block": "show|number %number", "basic.showString|block": "show|string %text", "basic|block": "basic", "control.deviceName|block": "device name", "control.deviceSerialNumber|block": "device serial number", "control.eventSourceId|block": "%id", "control.eventTimestamp|block": "event timestamp", "control.eventValueId|block": "%id", "control.eventValue|block": "event value", "control.inBackground|block": "run in background", "control.onEvent|block": "on event|from %src=control_event_source_id|with value %value=control_event_value_id", "control.raiseEvent|block": "raise event|from source %src=control_event_source_id|with value %value=control_event_value_id", "control.reset|block": "reset", "control.waitMicros|block": "wait (µs)%micros", "control|block": "control", "game.addScore|block": "change score by|%points", "game.createSprite|block": "create sprite at|x: %x|y: %y", "game.gameOver|block": "game over", "game.score|block": "score", "game.startCountdown|block": "start countdown|(ms) %duration", "game|block": "game", "images.createBigImage|block": "create big image", "images.createImage|block": "create image", "images|block": "images", "input.acceleration|block": "acceleration (mg)|%NAME", "input.buttonIsPressed|block": "button|%NAME|is pressed", "input.compassHeading|block": "compass heading (°)", "input.lightLevel|block": "light level", "input.magneticForce|block": "magnetic force (µT)|%NAME", "input.onButtonPressed|block": "on button|%NAME|pressed", "input.onGesture|block": "on |%NAME", "input.onPinPressed|block": "on pin %NAME|pressed", "input.onPinReleased|block": "on pin %NAME|released", "input.pinIsPressed|block": "pin %NAME|is pressed", "input.rotation|block": "rotation (°)|%NAME", "input.runningTime|block": "running time (ms)", "input.setAccelerometerRange|block": "set accelerometer|range %range", "input.temperature|block": "temperature (°C)", "input|block": "input", "led.brightness|block": "brightness", "led.plotBarGraph|block": "plot bar graph of %value |up to %high", "led.plot|block": "plot|x %x|y %y", "led.point|block": "point|x %x|y %y", "led.setBrightness|block": "set brightness %value", "led.stopAnimation|block": "stop animation", "led.toggle|block": "toggle|x %x|y %y", "led.unplot|block": "unplot|x %x|y %y", "led|block": "led", "motors.dualMotorPower|block": "motor %motor|at %percent", "motors.motorCommand|block": "motor %command", "motors.motorPower|block": "motor on at %percent", "motors|block": "motors", "music.beat|block": "%fraction|beat", "music.changeTempoBy|block": "change tempo by (bpm)|%value", "music.noteFrequency|block": "%note", "music.playTone|block": "play|tone %note=device_note|for %duration=device_beat", "music.rest|block": "rest(ms)|%duration=device_beat", "music.ringTone|block": "ring tone (Hz)|%note=device_note", "music.setTempo|block": "set tempo to (bpm)|%value", "music.tempo|block": "tempo (bpm)", "music|block": "music", "pins.analogReadPin|block": "analog read|pin %name", "pins.analogSetPeriod|block": "analog set period|pin %pin|to (µs)%micros", "pins.analogWritePin|block": "analog write|pin %name|to %value", "pins.digitalReadPin|block": "digital read|pin %name", "pins.digitalWritePin|block": "digital write|pin %name|to %value", "pins.i2cReadNumber|block": "i2c read number|at address %address|of format %format=i2c_sizeof", "pins.i2cWriteNumber|block": "i2c write number|at address %address|with value %value|of format %format=i2c_sizeof", "pins.map|block": "map %value|from low %fromLow|from high %fromHigh|to low %toLow|to high %toHigh", "pins.onPulsed|block": "on|pin %pin|pulsed %pulse", "pins.pulseDuration|block": "pulse duration (µs)", "pins.pulseIn|block": "pulse in (µs)|pin %name|pulsed %value", "pins.servoSetPulse|block": "servo set pulse|pin %value|to (µs) %micros", "pins.servoWritePin|block": "servo write|pin %name|to %value", "pins.setPull|block": "set pull|pin %pin|to %pull", "pins.spiWrite|block": "spi write %value", "pins|block": "pins", "serial.delimiters|block": "%del", "serial.readLine|block": "serial|read line", "serial.readUntil|block": "serial|read until %delimiter=serial_delimiter_conv", "serial.redirect|block": "serial|redirect to|TX %tx|RX %rx|at baud rate %rate", "serial.writeLine|block": "serial|write line %text", "serial.writeNumber|block": "serial|write number %value", "serial.writeString|block": "serial|write string %text", "serial.writeValue|block": "serial|write value %name|= %value", "serial|block": "serial", "{id:category}Basic": "Basic", "{id:category}Control": "Control", "{id:category}Game": "Game", "{id:category}Images": "Images", "{id:category}Input": "Input", "{id:category}Led": "Led", "{id:category}Math": "Math", "{id:category}Motors": "Motors", "{id:category}Music": "Music", "{id:category}Pins": "Pins", "{id:category}Serial": "Serial", "{id:category}String": "String", "{id:category}Text": "Text" }