mirror of
https://github.com/guillaumetousignant/fan_controller.git
synced 2026-07-23 09:11:03 -04:00
No description
- Python 100%
| .devcontainer | ||
| .gitattributes | ||
| .gitignore | ||
| fan_controller.py | ||
| fan_controller.service | ||
| FanDisplay.py | ||
| LICENSE | ||
| MQTTCommunicator.py | ||
| PowerButton.py | ||
| PowerController.py | ||
| PWMChannel.py | ||
| pyproject.toml | ||
| README.md | ||
| RelayOutput.py | ||
| requirements.txt | ||
| RotaryEncoder.py | ||
| SpeedController.py | ||
fan_controller
To install:
python -m venv env
source env/bin/activate.fish
pip install -r requirements.txt
To test:
pytest