Open Source PWM Fan Controller
libfanboy is a static library written in C that provides a cross-platform abstraction of the binary serial protocol between FanBoy and host.
libfanboy uses CMake to provide a uniform cross-platform build that can be integrated in other projects.
In order to build it separately (example on Linux):
$ cd libfanboy
$ cmake .
$ make
This project is published under the terms of the MIT License. See the file
LICENSE
for more information.