Corsair Lighting Protocol  0.15.0
Control LEDs connected to an Arduino with iCUE
FanCurve Struct Reference

#include <FanController.h>

Public Attributes

uint16_t temperatures [FAN_CURVE_POINTS_NUM]
 
uint16_t rpms [FAN_CURVE_POINTS_NUM]
 

Detailed Description

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.

Member Data Documentation

◆ rpms

uint16_t FanCurve::rpms[FAN_CURVE_POINTS_NUM]

The fan speeds in RPM.

◆ temperatures

uint16_t FanCurve::temperatures[FAN_CURVE_POINTS_NUM]

The temperatures in hundredths of a degree Celsius.


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