Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
stm32Duino_blink
a guest
Apr 16th, 2019
1,098
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Arduino
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
const
int
led
=
PC13
;
void
setup
(
)
{
pinMode
(
led
,
OUTPUT
)
;
}
void
loop
(
)
{
digitalWrite
(
led
,
LOW
)
;
delay
(
1000
)
;
digitalWrite
(
led
,
HIGH
)
;
delay
(
500
)
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Python | 48 sec ago | 4.45 KB
🚨 🚨 Free Crypto Method 💎 🔥 🚨
JavaScript | 6 min ago | 0.22 KB
💡 🚨 Free Crypto Method 🚨 📌🔥
JavaScript | 10 min ago | 0.20 KB
💎 🔥 MAKE $2500 IN 15 MIN ✅ Working 💎 🔥 🚨
JavaScript | 13 min ago | 0.22 KB
💎 🔥 Instant BTC Profit Method ✅ Working 🚨 ✅ 🔥
JavaScript | 19 min ago | 0.22 KB
💎 🔥 ChangeNOW Profit Exploit 🚨 📌🚨
JavaScript | 26 min ago | 0.22 KB
⚡ 🚨 Crypto Swap Glitch ✅ Working 🚨 📌🚨
JavaScript | 33 min ago | 0.22 KB
⭐💡 EASY MONEY GUIDE ✅ Working 🚨📝
JavaScript | 36 min 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!