Aquarium Cooling Controller
ESP32 firmware for aquarium cooling fan control, monitoring, telemetry, and fault handling.
Loading...
Searching...
No Matches
Public Attributes | List of all members
FanCurvePoint Struct Reference

One measured point in the fan curve. More...

#include <fan_curve.h>

Public Attributes

uint8_t pwmPercent
 Fan PWM command in percent.
 
uint16_t rpm
 Measured fan speed at the PWM command.
 

Detailed Description

One measured point in the fan curve.

Points are ordered by increasing PWM and are used for linear interpolation. The first and last entries also act as the clamp values for commands outside the measured range.


The documentation for this struct was generated from the following file: