pxt-common-packages
Version:
Microsoft MakeCode (PXT) common packages
47 lines • 2.14 kB
JSON
{
"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",
"Dimension.Strength|block": "strength",
"Dimension.X|block": "x",
"Dimension.Y|block": "y",
"Dimension.Z|block": "z",
"Gesture.EightG": "Raised when a 8G shock is detected",
"Gesture.EightG|block": "8g",
"Gesture.FaceDown": "Raised when the screen is pointing up and the board is horizontal",
"Gesture.FaceDown|block": "face down",
"Gesture.FaceUp": "Raised when the screen faces up",
"Gesture.FaceUp|block": "face up",
"Gesture.FreeFall": "Raised when the board is falling!",
"Gesture.FreeFall|block": "free fall",
"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.TiltDown": "Raised when the device tilts down",
"Gesture.TiltDown|block": "tilt down",
"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",
"Gesture.TiltUp": "Raised when the device tilts up",
"Gesture.TiltUp|block": "tilt up",
"Gesture.TwoG": "Raised when a 2G shock is detected",
"Gesture.TwoG|block": "2g (step)",
"Rotation.Pitch|block": "pitch",
"Rotation.Roll|block": "roll",
"input.acceleration|block": "acceleration (mg)|%NAME",
"input.onGesture|block": "on |%NAME",
"input.rotation|block": "rotation (°)|%NAME",
"input.setAccelerometerRange|block": "set accelerometer|range %range",
"input|block": "input",
"{id:category}Input": "Input",
"{id:group}More": "More"
}