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
- Host: GitHub
- URL: https://github.com/chapvic/go-wiringpi
- Owner: chapvic
- License: mit
- Created: 2024-09-22T18:06:52.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-28T08:21:19.000Z (9 months ago)
- Last Synced: 2025-01-22T11:47:35.143Z (5 months ago)
- Topics: go-wiringpi, gpio, gpio-library, gpio-pins, raspberry-pi, raspberry-pi-5, wiringpi
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go package for WiringPi library interaction
[](https://opensource.org/licenses/MIT)
[](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)