Skip to content

jsiebens/fanshim-go

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
pkg
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pimoroni Fan SHIM controller written in Golang

Go

A small application with temperature monitoring and fan control

Supported arguments:

  • --on-threshold N the temperature at which to turn the fan on, in degrees C (default 65)
  • --off-threshold N the temperature at which to turn the fan off, in degrees C (default 55)
  • --delay N the delay between subsequent temperature readings, in seconds (default 2)

Alternate Software