carica / gpio
Gpio library implementing Carica Io Devices
0.0.1
2018-03-03 15:13 UTC
Requires
- php: >=7.1
- carica/io: ^1.0
Suggests
- ext/wires: Bindings for the WiringPi library
This package is auto-updated.
Last update: 2024-10-08 22:36:11 UTC
README
License: The MIT License
Copyright: 2015-2018 Thomas Weinert thomas@weinert.info
Carica Gpio implements Carica Io device interfaces using GPIO.
Work in progress
Basics
The repository provides a library to control GPIO pins from PHP. It is an alternative to Carica Firmata. Both aim to provide the necessary interface implementations for Carica Chip.
Dependencies
Carica Gpio uses Carica Io a non blocking I/O library for PHP. At least PHP 7.1 is needed.