hiding the was pressed block (#401)

This commit is contained in:
Peli de Halleux
2018-04-03 04:10:35 -07:00
committed by GitHub
parent 6c626f9c98
commit c0413aa192
10 changed files with 14 additions and 12 deletions

View File

@ -26,7 +26,7 @@ In order to recognize a button event signalled from a remote beacon, an infrared
If the beacon button ``top left`` was pressed, show a `green` status light. Otherwise, set the status light to `orange`.
```blocks
```typescript
sensors.infrared1.setRemoteChannel(InfraredRemoteChannel.Ch0)
forever(function () {
if (sensors.remoteButtonTopLeft.wasPressed()) {