Bump latest common packages (#1885)

* bump pxt

* add fixed

* bump common packages
This commit is contained in:
Peli de Halleux
2019-02-27 22:01:38 -08:00
committed by GitHub
parent 4776a47c85
commit c03d03257a
5 changed files with 19 additions and 3 deletions

View File

@ -5,7 +5,11 @@
"servos.Servo.run|block": "continuous %servo run at %speed=speedPicker \\%",
"servos.Servo.setAngle|block": "set %servo angle to %degrees=protractorPicker °",
"servos.Servo.setPulse|block": "set %servo pulse to %micros μs",
"servos.Servo.setRange|block": "set %servo range from %minAngle to %maxAngle",
"servos.Servo.setStopOnNeutral|block": "set %servo stop on neutral %on",
"servos.Servo.stop|block": "stop %servo",
"{id:category}Servos": "Servos",
"{id:group}Servos": "Servos"
"{id:group}Configuration": "Configuration",
"{id:group}Continuous": "Continuous",
"{id:group}Positional": "Positional"
}