Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 435 Bytes

raspi-cm4-ioboard-fan

Python wrapper for ecomet_i2c_raspberry_tools to make controlling the PWM fan in Raspberry pi Compute Module 4 IO board easier

Usage:

  • clone this repo
  • install required packages with pip install -r requirements.txt
  • wrapper class RaspiCM4IOBoardFanSensor is in fan.py
  • it has helper methods fan_speed and set_fan_speed_percentage

Work in progress.

Feel free to report any issues!