Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Arduino Bluetooth
a guest
Jan 23rd, 2018
838
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
char
data
;
void
setup
(
)
{
Serial.
begin
(
9600
)
;
}
void
loop
(
)
{
if
(
Serial.
available
(
)
>
0
)
{
data
=
Serial.
read
(
)
;
Serial.
print
(
data
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make 1500$ in 20 MIN [Method] U
JavaScript | 22 sec ago | 0.07 KB
MAKE $900 INSTANTLY G
JavaScript | 28 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN A
JavaScript | 37 sec ago | 0.07 KB
Make $200 in 15 minutes F
JavaScript | 1 min ago | 0.07 KB
Make 1500$ in 20 MIN [Method] W
JavaScript | 1 min ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN Y
JavaScript | 1 min ago | 0.07 KB
FREE BTC GUIDE P
JavaScript | 1 min ago | 0.07 KB
Make 1500$ in 20 MIN [Method] U
JavaScript | 2 min ago | 0.07 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!