https://github.com/depuits/pi-combined-gpio
Raspberry pi project combining gpio project to run in a single instance.
https://github.com/depuits/pi-combined-gpio
gpio pigpio raspberry-pi
Last synced: over 1 year ago
JSON representation
Raspberry pi project combining gpio project to run in a single instance.
- Host: GitHub
- URL: https://github.com/depuits/pi-combined-gpio
- Owner: depuits
- License: apache-2.0
- Created: 2018-02-28T12:56:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T17:13:18.000Z (over 2 years ago)
- Last Synced: 2025-01-13T01:36:00.803Z (over 1 year ago)
- Topics: gpio, pigpio, raspberry-pi
- Language: JavaScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pi-combined-gpio
Raspberry pi project combining gpio project to run in a single instance. Simply combines multiple projects which use the [pigpio](https://github.com/fivdi/pigpio) library into a single application. This because of the [pigpio limitation](https://github.com/fivdi/pigpio#limitations) to only be able to be used by a single process.