Metadata-Version: 2.1
Name: whendo-gpio
Version: 0.0.1a6
Summary: gpio actions for whendo
Home-page: https://github.com/electronhead/whendo_gpio
Author-email: beaver@electronhead.com
License: MIT
Keywords: gpio,scheduling,api
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: whendo (>=0.0.2a27)
Requires-Dist: Mock.GPIO (>=0.1.8)

# whendo_gpio

whendo_gpio adds Raspberry Pi GPIO Actions to a whendo installation. See whendo_gpio/action.py for GPIO Actions.

If running on a Raspberry Pi, be sure to install RPi.GPIO. Also install psutil if you want additional system information to be available through
the SysInfo Action.

The Mock.GPIO library is useful for running Jupyter notebooks and other runtimes (on non-Raspberry Pi computers) that create and manage Actions, Schedulers, and Programs destined for Raspberry Pi deployments.

## Dependencies

- install_requires =
    whendo >= 0.0.2a27
    Mock.GPIO >= 0.1.8

## Computers tested (so far):

- 32-bit Raspberry Pi OS [pi 3B+, pi 4B]
- 64-bit Intel MacOS

