remove "receivednumberat" from blocks
This commit is contained in:
parent
0f9dde0c4e
commit
02cd0e1da3
@ -141,7 +141,6 @@ namespace radio {
|
|||||||
*/
|
*/
|
||||||
//% help=radio/received-number-at
|
//% help=radio/received-number-at
|
||||||
//% weight=45 debug=true
|
//% weight=45 debug=true
|
||||||
//% blockId=radio_datagram_received_number_at block="radio receive number|at %VALUE" blockGap=8
|
|
||||||
int receivedNumberAt(int index) {
|
int receivedNumberAt(int index) {
|
||||||
if (radioEnable() != MICROBIT_OK) return 0;
|
if (radioEnable() != MICROBIT_OK) return 0;
|
||||||
if (0 <= index && index < packet.length() / 4) {
|
if (0 <= index && index < packet.length() / 4) {
|
||||||
|
Loading…
Reference in New Issue
Block a user