|
PMW를 이용한 응용실험
#include <avr/io.h>
#include <stdio.h>
#include \"lcd.h\"
#include \"usart.h\"
#define OC0 PB4
volatile unsigned int number;
static FILE usart1_stdio = FDEV_SETUP_STREAM(USART1_send, USART1_receive, _FDEV_SETUP_RW);
// main 함수
int main(void)
{ char lcd_string[2][M
|
- 페이지 18페이지
- 가격 1,200원
- 등록일 2014.11.15
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|