mnr/rpigpior: Provides R with Access to the Raspberry Pi

This provides R with access to the Raspberry Pi General Purpose Input Output (GPIO) via 'libgpiod'. This includes detecting a gpio chip as well as turning pins on and off via [gpioset()] and reading the state of pins via [gpioget()]. No additional libraries need to be installed; Raspbian includes 'libgpiod' as part of the standard installation.

Getting started

Package details

AuthorMark Niemann-Ross
MaintainerMark Niemann-Ross <mark@niemannross.com>
LicenseMIT + file LICENSE
Version0.1.0
URL https://github.com/mnr/rpigpior https://mnr.github.io/rpigpior/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mnr/rpigpior")
mnr/rpigpior documentation built on March 7, 2024, 2:50 p.m.