update radio ref for deprecated pages (#1829)
This commit is contained in:
committed by
Abhijith Chatra
parent
739b9568b5
commit
7a5de98819
@ -11,7 +11,9 @@ radio.sendNumber(0);
|
||||
* **value**: a [number](/types/number) to send.
|
||||
|
||||
|
||||
## Example: Broadcasting acceleration
|
||||
## Examples
|
||||
|
||||
### Broadcasting acceleration
|
||||
|
||||
This example broadcasts the value of your @boardname@'s ``acceleration``
|
||||
in the `x` direction (left and right) to other @boardname@s. This kind
|
||||
@ -23,7 +25,7 @@ input.onButtonPressed(Button.A, () => {
|
||||
})
|
||||
```
|
||||
|
||||
## Light level sender
|
||||
### Light level sender
|
||||
|
||||
This example broadcasts the level of the light around it.
|
||||
You can do some interesting things with it if you use it along with the
|
||||
|
Reference in New Issue
Block a user