https://github.com/gadgetoid/py_lgpio
Python packaging for the PY_LGPIO lg bindings.
https://github.com/gadgetoid/py_lgpio
gpio lgpio pypi-package python swig
Last synced: 7 months ago
JSON representation
Python packaging for the PY_LGPIO lg bindings.
- Host: GitHub
- URL: https://github.com/gadgetoid/py_lgpio
- Owner: Gadgetoid
- License: unlicense
- Created: 2023-09-26T16:30:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T18:49:03.000Z (over 1 year ago)
- Last Synced: 2024-10-19T21:05:59.403Z (12 months ago)
- Topics: gpio, lgpio, pypi-package, python, swig
- Language: Python
- Homepage: https://github.com/joan2937/lg
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# THIS PACKAGE IS FOR DEMONSTRATION PURPOSES ONLY
:warning: This repository, package and releases were created to venture a solution to the lack of recent PyPI release for the lg library. I did not write lg/lgpio, or the Python bindings, nor do I maintain it, or have any ability to fix bugs with the official packages.
If you're interested in using this as a short-term workaround for the lack of Virtual Environment installable lg package then, by all means, fill your boots but this is not an official release.
# lgpio Package
lgpio is a module for Linux Single Board Computers (SBC) which allows control of the General Purpose Input Outputs (GPIO).
## Features
* reading and writing GPIO singly and in groups
* software timed PWM and waves
* callbacks on GPIO level change
* notifications via pipe on GPIO level change
* I2C wrapper
* SPI wrapper
* serial link wrapper## Installation
You should install from pypi with:
```
python -m pip install --upgrade lgpio
```Alternatively, you can [grab the source distribution file from releases](https://github.com/Gadgetoid/PY_LGPIO/releases) and install with:
```
python -m pip install lgpio-0.2.2.0.tar.gz
```## More Info & Documentation
http://abyz.me.uk/lg/download.html