Skip to content

Commit

Permalink
usage of rpi-lgpio package
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Dec 2, 2023
1 parent 06c3e0a commit ef72e92
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 201 deletions.
196 changes: 0 additions & 196 deletions cbpi/extension/gpiozeroactor/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions cbpi/extension/gpiozeroactor/config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ colorama==0.4.6
pytest-aiohttp
coverage==6.3.1
inquirer==3.1.3
gpiozero==2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'importlib_metadata',
'numpy==1.24.1',
'pandas==1.5.3'] + (
['RPi.GPIO==0.7.1','gpiozero==2.0'] if raspberrypi else [] ),
['rpi-lgpio'] if raspberrypi else [] ),

dependency_links=[
'https://testpypi.python.org/pypi',
Expand Down

0 comments on commit ef72e92

Please sign in to comment.