Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Arduino function example
Ruslan_nig
Dec 19th, 2018
306
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Arduino
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
int
funSum
(
int
a
,
int
b
)
{
int
c
=
a
+
b
;
return
c
;
}
void
setup
(
)
{
Serial
.
begin
(
9600
)
;
Serial
.
println
(
"Function result:"
)
;
Serial
.
print
(
funSum
(
2
,
3
)
)
;
}
void
loop
(
)
{
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
4 min ago | 0.94 KB
Pass
4 min ago | 0.94 KB
Absolute Cinema
4 min ago | 0.94 KB
Untitled
1 hour ago | 13.93 KB
Untitled
3 hours ago | 19.75 KB
Wallos docker-compose
YAML | 3 hours ago | 0.34 KB
Untitled
5 hours ago | 15.01 KB
Untitled
7 hours ago | 22.72 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!