update radio ref for deprecated pages (#1829)
This commit is contained in:
committed by
Abhijith Chatra
parent
739b9568b5
commit
7a5de98819
@ -1,13 +1,19 @@
|
||||
# Receive Number
|
||||
# receive Number
|
||||
|
||||
> Note: This API has been deprecated! Use [on received number](/reference/radio/on-received-number) instead.
|
||||
|
||||
Receives the next number sent by a @boardname@ in the same ``radio`` group.
|
||||
Receive the next number sent by a @boardname@ in the same ``radio`` group.
|
||||
|
||||
```sig
|
||||
radio.receiveNumber();
|
||||
```
|
||||
|
||||
## ~ hint
|
||||
|
||||
**Deprecated**
|
||||
|
||||
This API has been deprecated! Use [on received number](/reference/radio/on-received-number) instead.
|
||||
|
||||
## ~
|
||||
|
||||
## Returns
|
||||
|
||||
* the first [number](/types/number) that the @boardname@ received. If it did not receive any numbers, this function will return `0`.
|
||||
|
Reference in New Issue
Block a user