Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependencies to pigpiod #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

redPanther
Copy link

To decrease depenendies on external library I replaced pigpiod with RPi.GPIO as used already in read_fan_speed.py.

in detail this PR contains:

  • remove dependency to pigpiod
  • refactor pwm_fan_control.py
  • proper use of python3 for pwm_fan_control.py in all install scripts
    additionally: fix py3 issue with read_fan_speed.py

Sarah Mischke added 2 commits October 13, 2021 10:50
- refactor pwm_fan_control.py
- fix py3 issue with read_fan_speed.py
- propper use of python3 for pwm_fan_control.py in all install scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant