WiringPi/WiringPi
The arguably fastest GPIO Library for the Raspberry Pi observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 99
- Release rhythm 45
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 120.0
- age_days: 5178
- days_rel: 206
- days_push: 10
- n_releases_24m: 5
Adoption not part of the score
3335 stars · 1280 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
WiringPi is a fast C library for accessing GPIO pins on Raspberry Pi boards by directly manipulating hardware registers. It also ships with a gpio command-line utility for inspecting and controlling pins from the shell.
Use cases
- control gpio pins on raspberry pi from c
- blink an led with a raspberry pi
- read button input with pull-up resistors on a pi
- generate pwm signals on raspberry pi gpio
- read all gpio pin states from the command line
- build a home automation controller on a raspberry pi
When to choose
- you need low-latency, high-performance GPIO access on a Raspberry Pi in C or C++
- you want a mature, widely adopted GPIO library with a simple Arduino-like API
- you need a CLI tool to inspect and toggle pins without writing code
When to avoid
- you are targeting non-Raspberry-Pi hardware
- you need GCLK functionality on the Raspberry Pi 5, which is not yet supported
- you prefer a higher-level language like Python (e.g., gpiozero or RPi.GPIO)
Facets
library · maturity active
embedded developer-tools cli iot embedded-systems hardware c cpp embedded iot gpio raspberry-pi hardware-access single-board-computer electronics pwm interrupts linux
1 source
- readme: https://github.com/WiringPi/WiringPi · fetched 2026-08-28 · 415b1c229801
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| WiringPi/WiringPi | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="WiringPi/WiringPi")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem