Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
P1_ON_OFF_RELAY_10sec
kle4ka
Dec 9th, 2020
1,112
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Arduino
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
int
relayPin
=
26
;
void
setup
(
)
{
pinMode
(
relayPin
,
OUTPUT
)
;
}
void
loop
(
)
{
digitalWrite
(
relayPin
,
HIGH
)
;
delay
(
10000
)
;
digitalWrite
(
relayPin
,
LOW
)
;
delay
(
10000
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅✅✅ Swapzone +$500 Promotion
JavaScript | 7 min ago | 0.67 KB
testservice
PHP | 45 min ago | 26.67 KB
Прости множители
C++ | 1 hour ago | 0.25 KB
Beamer Template
Latex | 1 hour ago | 0.85 KB
bind8
Bash | 1 hour ago | 1.69 KB
One Click Laravel Project Setup.bat
Batch | 1 hour ago | 3.74 KB
PYRO_16_V7_YANGI
Python | 2 hours ago | 2.03 KB
RockASM (CC:Tweaked Turtle)
Lua | 2 hours ago | 2.00 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!