update radio ref for deprecated pages (#1829)

This commit is contained in:
Galen Nickel
2019-02-13 21:01:50 -08:00
committed by Abhijith Chatra
parent 739b9568b5
commit 7a5de98819
19 changed files with 128 additions and 61 deletions

View File

@ -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`.