This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:applications:gpio:wiringpi [2022/09/23 23:31] frank [Using via C program] |
products:sbc:common:applications:gpio:wiringpi [2023/06/25 23:24] (current) nick |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | This document mainly introduces the WiringPi. You will learn how to use the WiringPi to control the GPIO on the 40-Pin Header. | + | WiringPi is a C++ library for Raspberry Pi, we port it to Khadas SBC, With this library you can use many of the functionalities provided by the GPIO header: digital pins, SPI, I2C, UART, etc. |
| - | + | ||
| - | <WRAP info > | + | |
| - | WiringPi is a C++ library for Raspberry Pi. With this library you can use many of the functionalities provided by the GPIO header: digital pins, SPI, I2C, UART, etc. | + | |
| - | </ | + | |
| ===== WiringPi Instructions ===== | ===== WiringPi Instructions ===== | ||
| Line 20: | Line 16: | ||
| '' | '' | ||
| '' | '' | ||
| - | '' | + | '' |
| - | '' | + | '' |
| ==== Using via Command Line ==== | ==== Using via Command Line ==== | ||