joan2937/pigpio
pigpio is a C library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO). observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4647
- days_rel: n/a
- days_push: 800
- n_releases_24m: 0
Adoption not part of the score
1595 stars · 446 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pigpio is a C library for the Raspberry Pi that provides fine-grained control of GPIO pins, including PWM, servo pulses, callbacks, and software-implemented serial, I2C, and SPI links. It also ships a daemon, a Python module, and command-line utilities exposing the same functionality over socket and pipe interfaces.
Use cases
- control GPIO pins on a Raspberry Pi from C or Python
- generate PWM signals to dim LEDs or drive motors
- send servo control pulses to multiple servos simultaneously
- read button presses with microsecond-accurate timestamps via callbacks
- bit-bang software serial, I2C, or SPI on arbitrary GPIO pins
- build arbitrary waveforms with precise output timing
- monitor and log digital signals with piscope
When to choose
- you need microsecond-level timing accuracy for GPIO on a Raspberry Pi
- you want PWM or servo control on many pins at once in software
- you need to control GPIO remotely over a socket or pipe interface
- you want software serial/I2C/SPI on any user GPIO
When to avoid
- you are targeting boards other than the Raspberry Pi
- you need a maintained library with active development (the project is in maintenance mode)
- you only need simple, slow-speed GPIO toggling where lighter libraries suffice
- you are working with Raspberry Pi 5, which pigpio does not support
Facets
library · maturity maintenance
sdk developer-tools embedded-systems hardware iot c python cli gpio raspberry-pi pwm servo-control i2c spi daemon waveform-generation hardware-interfacing linux
1 source
- readme: https://github.com/joan2937/pigpio · fetched 2026-08-28 · 62a09ea353a9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| joan2937/pigpio | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem