Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 시스템프로그래밍
- vector
- Deque
- Array
- Stack
- 아두이노
- map
- 아두이노 컴파일러
- html
- Algorithm
- directx
- c++
- C언어
- 자료구조
- set
- 통계학
- 컴퓨터 그래픽스
- 라인트레이서
- queue
- arduino compiler
- 아두이노 소스
- LineTracer
- WinAPI
- stl
- Visual Micro
- 운영체제
- Arduino
- list
- priority_queue
- 수광 소자
Archives
- Today
- Total
목록Arduino Blink (1)
Kim's Programming
아두이노 보드를 이용하여 LED를 깜빡 거리게도 할 수 있습니다. LED는 HIGH 신호에 불이 켜지고 LOW 신호에 불이 꺼집니다. 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 /* Blink Turns on an LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you can control. On the Uno and Leonardo, it is attached to digital pin 13. If you're unsure what pin the on-board LED is connect..
Arduino/예제 이야기
2015. 7. 2. 14:45