Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Resolute Education <[email protected]>
  • Loading branch information
resolute-support authored Nov 14, 2022
1 parent d53915d commit 97e5091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and comparing which button was pressed with the stored list of buttons in the co
```blocks
irRemote.connectInfrared(DigitalPin.P0)
basic.forever(function () {
if (irRemote.returnIrButton() == irRemote.irButton(KBitIrButtons.Ok) {
if (irRemote.returnIrButton() == irRemote.irButton(KBitIrButtons.Ok)) {
basic.showString("OK")
basic.pause(100)
basic.clearScreen()
Expand Down

0 comments on commit 97e5091

Please sign in to comment.