블로그 이미지
권남

카테고리

분류 전체보기 (227)
Temp (1)
CA (0)
Game (0)
nGrinder (0)
Java (17)
JavaScript (1)
JBOSS (0)
EJBCA (0)
Tomcat (1)
DB (6)
Cache (6)
LINUX (4)
Frameworks (11)
C++ (32)
C (96)
Mosquitto (3)
STB (0)
JNI (10)
Android (5)
WebSocket (1)
PDF (0)
AVR (13)
LINUX Device Driver (8)
Arduino (4)
ekgu (0)
resume, portfolio (1)
Dynamics AX (X++) (4)
comp (0)
Total
Today
Yesterday

달력

« » 2025.4
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

공지사항

최근에 올라온 글

switch

AVR / 2015. 4. 10. 16:27

#include <avr/io.h>


int main(void)

{

//pin설정

// led(pe0-7) output, sw9pb0-7) input

DDRE = 0xFF;

DDRD = 0x00;


while(1) {

PORTE = PIND;

}


return 0;

}


'AVR' 카테고리의 다른 글

interruptClock  (0) 2015.04.13
interruptTimer  (0) 2015.04.13
interruptStopWatch  (0) 2015.04.13
Interrupt  (0) 2015.04.10
fnd  (0) 2015.04.10
switch - led . on off  (0) 2015.04.10
LED  (0) 2015.04.10
Getting strat  (0) 2015.04.10
Posted by 권남
, |

최근에 달린 댓글

글 보관함