|
Aquarium Cooling Controller
ESP32 firmware for aquarium cooling fan control, monitoring, telemetry, and fault handling.
|
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. | |
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.