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
- LineTracer
- 라인트레이서
- 시스템프로그래밍
- queue
- Arduino
- stl
- Stack
- Array
- 수광 소자
- 자료구조
- 아두이노 소스
- Deque
- priority_queue
- C언어
- arduino compiler
- vector
- Visual Micro
- Algorithm
- 아두이노
- map
- list
- directx
- 운영체제
- html
- 통계학
- WinAPI
- set
- 아두이노 컴파일러
- 컴퓨터 그래픽스
- c++
Archives
- Today
- Total
목록AnalogReadSerial() (1)
Kim's Programming
이번에 알아볼 예제는 ADC 값을 읽는 기본 예제 입니다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 /* AnalogReadSerial Reads an analog input on pin 0, prints the result to the serial monitor. Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground. This example code is in the public domain. */ // the setup routine runs once when you press reset: void setup() { // initia..
Arduino/예제 이야기
2015. 7. 2. 14:34