Update radio event parm usage descriptions (#2165)
This commit is contained in:
committed by
Abhijith Chatra
parent
16a3828b1c
commit
bf68646d18
@ -12,7 +12,7 @@ You will need 2 @boardname@ for this part. By using the radio, we can make the M
|
||||
Download the code below to the @boardname@ on the Milk Carton Monster and another "controller" @boardname@. Whenever ``A`` is pressed, the Milk Carton Monster will move once.
|
||||
|
||||
```blocks
|
||||
radio.onReceivedNumber(({ receivedNumber }) => {
|
||||
radio.onReceivedNumber((receivedNumber) => {
|
||||
pins.servoWritePin(AnalogPin.P0, 0)
|
||||
basic.pause(500)
|
||||
pins.servoWritePin(AnalogPin.P0, 180)
|
||||
|
Reference in New Issue
Block a user