Skip to content

Latest commit

 

History

History

libfanboy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FanBoy FanBoy Logo

Open Source PWM Fan Controller

License: MIT Build Status

Component: libfanboy

libfanboy is a static library written in C that provides a cross-platform abstraction of the binary serial protocol between FanBoy and host.

Building

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

License

This project is published under the terms of the MIT License. See the file LICENSE for more information.