1. SW개발 & IT트렌드
Raspberry Pi - GPIO 공식 Documentation
soosun
2021. 6. 8. 08:13
https://www.raspberrypi.org/documentation/usage/gpio/
GPIO - Raspberry Pi Documentation
documentation > usage > gpio GPIO A powerful feature of the Raspberry Pi is the row of GPIO (general-purpose input/output) pins along the top edge of the board. A 40-pin GPIO header is found on all current Raspberry Pi boards (unpopulated on Pi Zero and Pi
www.raspberrypi.org
Programming with GPIO
It is possible to control GPIO pins using a number of programming languages and tools. See the following guides to get started:
- GPIO with Scratch 1.4
- GPIO with Scratch 2
- GPIO with Python
- GPIO with C/C++ using standard kernel interface via libgpiod
- GPIO with C/C++ using 3rd party library pigpio
- GPIO with Processing3