HC-SR04 출처 : HC-SR04 초음파 거리센서 - 아두이노 Ultrasonic HC-SR04 library for Arduino IDE - GitHub 라이브러리 설치 Ultrasonic 폴더를 arduino\libraries 디렉토리에 복사 배선 코드 #include Ultrasonic ultrasonic(12,13); // (Trig PIN,Echo PIN) void setup() { // put your setup code here, to run once: Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: Serial.print(ultrasonic.Ranging(CM)); // CM or INC..
출처 : arduino IDE (1.6.9) 최신판 Windows 사용자 설치 방법 (아두이노+ 블루투스 = 블루이노(BlueInno)) |작성자 빌리 Blueinno2 보드 추가 [추가적인 보드 매니저 URLs]에 URL 설정 URL : https://github.com/blueinno/blueinno2.archive/raw/master/package_blueinno2_102_index.json Hello World // test code for sending keystrokes from arduino // to computer via HID bluetooth module void setup() { Serial.begin(115200); // begin serial communication at 115..
출처 : Analog Read Serial 배선 소스 /* AnalogReadSerial Reads an analog input on pin 0, prints the result to the serial monitor. Graphical representation is available using serial plotter (Tools > Serial Plotter menu) 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 re..
- Total
- Today
- Yesterday
- JavaScript
- 레이싱모델 익스트림 포토 페스티벌
- android
- Spring
- 서울오토살롱
- Spring MVC
- BPI-M4
- oracle
- Delphi
- Linux
- 일본여행
- KOBA
- Xcode
- Delphi Tip
- koba2010
- ubuntu
- sas2009
- Java
- NDK
- 동경
- 송주경
- MySQL
- ffmpeg
- SAS
- Mac
- 지스타2007
- 전예희
- ble
- 튜닝쇼 2008
- flex
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |