Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 31st, 2022
55
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <Servo.h>
Servo ESC
;
void
setup
(
)
{
ESC.
attach
(
4
)
;
ESC.
write
(
0
)
;
}
void
loop
(
)
{
ESC.
write
(
100
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE V
JavaScript | 8 sec ago | 0.07 KB
dataNone
JSON | 1 min ago | 0.64 KB
MAKE $900 INSTANTLY K
JavaScript | 2 min ago | 0.07 KB
FREE BTC GUIDE O
JavaScript | 2 min ago | 0.07 KB
Make $200 in 15 minutes G
JavaScript | 5 min ago | 0.07 KB
MAKE $900 INSTANTLY T
JavaScript | 7 min ago | 0.07 KB
MAKE $900 INSTANTLY K
JavaScript | 7 min ago | 0.07 KB
MAKE $900 INSTANTLY B
JavaScript | 10 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!