Deprecating old radio APIs and fixing docs (#289)
This commit is contained in:
committed by
Peli de Halleux
parent
ba69563bf4
commit
ec404e5887
@ -19,7 +19,6 @@ Learn how to use running time. We will be learning how to create a pogo game usi
|
||||
let jumps = 0
|
||||
let acc = input.acceleration(Dimension.Y)
|
||||
basic.showNumber(0)
|
||||
radio.receiveNumber()
|
||||
led.stopAnimation()
|
||||
radio.sendNumber(0)
|
||||
basic.forever(() => { })
|
||||
@ -32,7 +31,7 @@ basic.showLeds(`
|
||||
`)
|
||||
basic.clearScreen()
|
||||
if (true) {}
|
||||
radio.onDataReceived(() => { })
|
||||
radio.onDataPacketReceived(() => { })
|
||||
```
|
||||
## Objectives
|
||||
|
||||
|
Reference in New Issue
Block a user