Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
P1_ON_OFF_RELAY_10sec
kle4ka
Dec 9th, 2020
1,103
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
βProfit Methodβ π₯π΅
JavaScript | 2 min ago | 0.20 KB
π MAKE $2500 IN 15 MIN β Working
JavaScript | 3 min ago | 0.22 KB
π₯ Exchange profit method ππ
JavaScript | 22 min ago | 0.20 KB
π Swapzone +37% glitch
JavaScript | 25 min ago | 0.22 KB
β‘ Crypto Swap Glitch β Working β‘ π¨π¨
JavaScript | 43 min ago | 0.20 KB
π‘ Instant BTC Profit Method β Working
JavaScript | 48 min ago | 0.22 KB
π ChangeNOW Exploit β π
JavaScript | 1 hour ago | 0.20 KB
βMake $15OO in 2O minutesβ πβ
JavaScript | 1 hour ago | 0.20 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!