Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Feb 23rd, 2018
97
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <Arduino.h>
#include <Servo.h>
Servo tilt, pan;
void setup ()
{
tilt.attach(14); //D5
pan.attach(4); //D2
}
void loop ()
{
tilt.write(62);
delay(2000);
pan.write(109);
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
New link bin🥊
Bash | 7 min ago | 1.06 KB
noteScan.py
Python | 16 min ago | 1.26 KB
kli
Latex | 27 min ago | 2.80 KB
wordle attempt 2 janky
JavaScript | 33 min ago | 4.28 KB
2025-07-06_stats.json
JSON | 33 min ago | 2.78 KB
2025-07-06_stats.json
JSON | 35 min ago | 2.77 KB
2025-07-06_stats.json
JSON | 36 min ago | 2.76 KB
Untitled
C++ | 2 hours ago | 7.87 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!