Corsair Lighting Protocol
0.15.0
Control LEDs connected to an Arduino with iCUE
|
#include <FanController.h>
Public Attributes | |
uint16_t | temperatures [FAN_CURVE_POINTS_NUM] |
uint16_t | rpms [FAN_CURVE_POINTS_NUM] |
The definition of a fan curve to control fan speeds depending on the temperature. The fan curve is a mapping of temperature values to fan speed.
uint16_t FanCurve::rpms[FAN_CURVE_POINTS_NUM] |
The fan speeds in RPM.
uint16_t FanCurve::temperatures[FAN_CURVE_POINTS_NUM] |
The temperatures in hundredths of a degree Celsius.