flobernd / raspi-fanshim

Lightweight library to control the pimoroni Fan SHIM device on a Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiringPi?

dchmelik opened this issue · comments

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

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.