Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 백준 2775번
- 백준 2839번
- 알고리즘
- 백준 세수
- 백준 2869번
- 16진수
- 백준 1712번
- 배열 소수
- 백준 손익분기점
- c 백준 4344번
- 2751번 C
- 백준
- 비트시프트
- 십진수 이진수
- 백준 4344번
- programers
- 백준 1026번
- 프로그래머스
- 공부
- 백준 10817번
- 백준 1978번
- C
- 백준 달팽이
- 10989 C
- 백준 10989
- 백준 알고리즘
- 백준 1003번
- 백준 2751번
- 8진수
- 10진수 2진수
Archives
- Today
- Total
목록Project/Firmware (3)
IT Diary
아트메가 128 공기청정기
보호되어 있는 글입니다.
Project/Firmware
2020. 5. 1. 18:00
선풍기 ATMEGA
/* * UART0_POLLING.c * * Created: 2020-04-10 오전 11:56:02 * Author : master */ #define F_CPU 16000000UL #include #include #include #include // printf 첫번째 설정 #include // #1. intrrupt 라이브러리를 include 한다. // Add rx_Interrupt #include #include "uart0.h" #include "DHT.h" // #1_DHT11 헤더를 추가 한다. /*--------- spi rfid rc522 통신 헤더 화일 ------------*/ #include "mfrc522.h" // rfid 관련헤더 화일 #include "spi.h" // sp..
Project/Firmware
2020. 4. 28. 13:57
RFID & 서보모터 & LCD 프로젝트
보호되어 있는 글입니다.
Project/Firmware
2020. 4. 24. 09:31