An open API service indexing awesome lists of open source software.

https://github.com/chapvic/go-wiringpi

Go library for WiringPi
https://github.com/chapvic/go-wiringpi

go-wiringpi gpio gpio-library gpio-pins raspberry-pi raspberry-pi-5 wiringpi

Last synced: 3 months ago
JSON representation

Go library for WiringPi

Awesome Lists containing this project

README

        

# Go package for WiringPi library interaction

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Go Reference](https://pkg.go.dev/badge/github.com/chapvic/go-wiringpi.svg)](https://pkg.go.dev/github.com/chapvic/go-wiringpi)

This package provides an interface to the [WiringPi](https://github.com/WiringPi/WiringPi) library for use in your Go programs.

For further information about using the [WiringPi](https://github.com/WiringPi/WiringPi) functions, see the project repository.

#### Links

- [WiringPi GPIO Library](https://github.com/WiringPi/WiringPi)
- [Go WiringPi Package](https://github.com/chapvic/go-wiringpi)
- [Go DHT Package](https://github.com/chapvic/go-dht)
- [Prometheus DHT Exporter](https://github.com/chapvic/dht-exporter)