Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
send multiple data in nrf
Sebuahhobi98
Sep 22nd, 2019
477
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
//sender:
float
a
[
5
]
;
a
[
0
]
=
0.15
;
a
[
1
]
=
0.17
;
radio.
write
(
&
a,
sizeof
(
a
)
)
;
//receviver:
float
a
[
5
]
;
radio.
read
(
&
a,
sizeof
(
a
)
)
;
Serial.
println
(
a
[
0
]
)
;
Serial.
println
(
a
[
1
]
)
;
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $2200 in 15 minutes V
JavaScript | 15 sec ago | 0.07 KB
FREE BTC GUIDE 0
JavaScript | 57 sec ago | 0.07 KB
✅ MAKE $22OO IN 10 MIN L
JavaScript | 1 min ago | 0.07 KB
MAKE $5000 INSTANTLY P
JavaScript | 1 min ago | 0.07 KB
MAKE $1000 INSTANTLY R
JavaScript | 2 min ago | 0.07 KB
Make 3500$ in 20 MIN [Method] B
JavaScript | 2 min ago | 0.07 KB
FREE BTC GUIDE U
JavaScript | 2 min ago | 0.07 KB
$200 INSTANTLY [Works Worldwide]? SD
JavaScript | 2 min ago | 0.13 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!