ikarus/sps-gpio-driver

v0.8.5 2024-07-03 14:39 UTC

This package is auto-updated.

Last update: 2024-11-03 15:32:30 UTC


README

During runtime of an Ikarus SPS there are several needs of accessing pins, either on Raspberry Pi or any extension module.
A common problem can be, that a gpio extender is accessed via i2c. This means that pins are organized by blocks, normally 8 pins are represented by one byte. Trying to change one bit, the others are overwritten.

This package ships with a global gpio driving manager that coordinates those accesses.

Installation

$ composer require ikarus/sps-gpio-driver

Any default Ikarus SPS already includes this package.