|
Corsair Lighting Protocol
0.15.0
Control LEDs connected to an Arduino with iCUE
|
#include "Arduino.h"#include "ITemperatureController.h"
Include dependency graph for TemperatureController.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TemperatureController |
Macros | |
| #define | TEMPERATURE_NUM 4 |
| #define | TEMPERATURE_MASK_CONNECTED 0x01 |
| #define | TEMPERATURE_MASK_NOT_CONNECTED 0x00 |
| #define | VOLTAGE_RAIL_12V 0 |
| #define | VOLTAGE_RAIL_5V 1 |
| #define | VOLTAGE_RAIL_3V3 2 |