Closed seth10 closed 7 years ago
For example, the "check if GO button is pressed" block would generated grx.isKeyPressed(), not psm.isKeyPressed().
grx.isKeyPressed()
psm.isKeyPressed()
https://github.com/mindsensors/PiStorms/blob/master/www/html/programs.php#L211 https://developers.google.com/blockly/guides/configure/web/toolbox#changing_the_toolbox
For example, the "check if GO button is pressed" block would generated
grx.isKeyPressed()
, notpsm.isKeyPressed()
.