flobernd / raspi-fanshim

Lightweight library to control the pimoroni Fan SHIM device on a Raspberry Pi
MIT License
13 stars 2 forks source link

WiringPi? #6

Open dchmelik opened 2 years ago

dchmelik commented 2 years ago

Please link WiringPi for people who don't use Debian-based GNU/Linux OS distributions.

flobernd commented 2 years ago

It's this library: http://wiringpi.com/

However, source code is not available and it's specifically created for Raspbian OS (Debian based). If you want to use this project on a different OS, you need to modify the code to use a different library for GPIO access.