moving print ports to examples (#288)

This commit is contained in:
Peli de Halleux
2018-01-31 08:44:58 -08:00
committed by GitHub
parent a52ce112dc
commit d548dfb578
6 changed files with 40 additions and 58 deletions

View File

@ -30,7 +30,6 @@
"brick.buttonRight": "Right button on the EV3 Brick.",
"brick.buttonUp": "Up button on the EV3 Brick.",
"brick.clearScreen": "Clear the screen",
"brick.printPorts": "Print the port states on the screen",
"brick.setLight": "Set lights.",
"brick.setLight|param|pattern": "the lights pattern to use. eg: BrickLight.Orange",
"brick.showImage": "Show an image on the screen",

View File

@ -36,7 +36,6 @@
"brick.buttonRight|block": "button right",
"brick.buttonUp|block": "button up",
"brick.clearScreen|block": "clear screen",
"brick.printPorts|block": "print ports",
"brick.setLight|block": "set light to %pattern",
"brick.showImage|block": "show image %image=screen_image_picker",
"brick.showNumber|block": "show number %name|at line %line",