Samsagax / hhfc

Hwmon Handheld Fan Controller (hhfc) is a user space driver for fans based on hwmon sysfs
GNU General Public License v3.0
8 stars 1 forks source link

Allow more points per sensors #4

Closed Samsagax closed 1 year ago

Samsagax commented 1 year ago

Currently we have 3 points labeled as low, med and high. Would be more useful to have arbitrary number of points in pairs of (temp, duty_cycle) and interpolate them with a single polynomial. The lowest point will allways be the lower threshold and cutoff and the highest will allways be the upper threshold and cutoff so this means:

Samsagax commented 1 year ago

Done in v0.0.3