# golemparts/rppal

A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.

Repository: https://github.com/golemparts/rppal
Canonical: https://ross.abutalabs.com/products/rppal
Language: Rust
License: MIT
License Family: permissive
Topics: raspberry-pi, raspberrypi, rust, spi, i2c, pwm, gpio, uart
Archived: true
Last push: 2025-07-01T16:04:08+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 29, release rhythm 40, longevity 100
- inputs: {"age_days": 3472, "days_push": 428, "days_rel": 631, "gap_med": 0, "n_releases_24m": 4}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1463, forks 129 (observed 2026-08-28T04:04:47.778294+00:00)

## What it is
RPPAL is a Rust library providing access to the Raspberry Pi's GPIO, I2C, PWM, SPI, and UART peripherals through a user-friendly interface, with embedded-hal trait implementations. It was retired by its maintainer on July 1, 2025 and no longer receives updates, bug fixes, or support.

## Use cases
- control GPIO pins on a Raspberry Pi from Rust
- read sensors over I2C on Raspberry Pi
- drive SPI devices like displays or ADCs from Rust
- generate PWM signals for servos or motors
- communicate over UART serial on Raspberry Pi
- use embedded-hal drivers with Raspberry Pi hardware

## When to choose
- you need Rust peripheral access on a Raspberry Pi model released before July 2025
- you want embedded-hal compatible drivers on Raspberry Pi
- you're okay using an unmaintained but stable library

## When to avoid
- you need support for Raspberry Pi hardware released after July 2025
- you require ongoing bug fixes or active maintenance
- you're starting a new long-term project and want a maintained alternative

## Facets
- artifact type: library
- maturity: abandoned
- function: embedded, sdk
- domain: embedded-systems, hardware, developer-tools
- platform: rust
- tags: raspberry-pi, gpio, i2c, spi, uart, pwm, embedded-hal, retired, linux

## Member repositories
- golemparts/rppal (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:47.778294+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:35:12.860660+00:00, confidence not recorded.
  - readme: https://github.com/golemparts/rppal (fetched 2026-08-28T04:04:47.778294+00:00, sha 282693b0a6e2)
  - registry_crates: https://crates.io/api/v1/crates/rppal (fetched 2026-08-29T11:43:35.896339+00:00, sha 8be2baa4c2e5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
