Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
atmel_test_code_01
sweetboicz
Jun 8th, 2018
240
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <avr/io.h>
#define F_CPU 8000000
#include <util/delay.h>
int
main
(
void
)
{
DDRB
=
0xFF
;
PORTB
=
0x00
;
while
(
1
)
{
PORTB
^=
0b00000001
;
_delay_ms
(
200
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
testservice
PHP | 26 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 | 1.83 KB
RockASM (CC:Tweaked Turtle)
Lua | 2 hours ago | 2.00 KB
MULTI JAVA
Java | 3 hours ago | 3.71 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!