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
- list
- queue
- c++
- stl
- priority_queue
- vector
- Arduino
- 컴퓨터 그래픽스
- map
- 수광 소자
- 시스템프로그래밍
- Stack
- 라인트레이서
- Algorithm
- set
- C언어
- Visual Micro
- Deque
- directx
- LineTracer
- Array
- WinAPI
- 아두이노
- arduino compiler
- 자료구조
- 아두이노 컴파일러
- html
- 통계학
- 아두이노 소스
- 운영체제
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