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
- orange pi
- STM32F4
- 라즈베리파이
- Python
- rails
- 개발환경
- parser
- python3
- Beacon
- uno
- Raspberry Pi
- Server
- RUBY
- mqtt
- nano
- Nginx
- 아두이노
- JSON
- ubuntu
- odroid-x2
- java
- Android
- IOT
- dht11
- 오렌지파이
- Raspberry Pi 3
- flask
- ruby on rails
- BLE
- Arduino
Archives
- Today
- Total
목록GPIO (1)
[熱情]
wiringPi로 GPIO 컨트롤하기
현재 사용중인 Raspbreey PI 2 & 3 에는 ubuntu mate를 설치하여 사용중이다. 개발언어는 C를 사용중임 .. 설치 관련 - http://wiringpi.com/download-and-install/ $ sudo apt-get install git-core $ sudo apt-get update $ sudo apt-get upgrade $ git clone git://git.drogon.net/wiringPi $ cd wiringPi $ ./build $ gpio readall 해당 명령어를 실형하면 해당 라즈베리파일보드의 핀넘버를 알수 있다 GPIO 11, 12번은 wPi의 0, 1과 매치된다. 해단 gpio를 on/off하는 간단한 예제. C code다~~ int gpio_ctl(v..
카테고리 없음
2016. 6. 10. 14:17