You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Corsair Lighting Protocol [](https://www.ardu-badge.com/Corsair%20Lighting%20Protocol)[](https://github.com/Legion2/CorsairLightingProtocol/actions?query=workflow%3ATest+branch%3Adev+event%3Apush)[](https://isitmaintained.com/project/Legion2/CorsairLightingProtocol"Average time to resolve an issue")
**This library can be used to integrate custom/unofficial RGB strips with iCUE.**
8
+
_This is not an official corsair project._
4
9
5
10
## Features
6
11
* Add support of Corsair DIY device protocol to Arduino.
@@ -34,7 +39,7 @@ This project provides example sketches for easy use with Arduino IDE.
34
39
The library is compatible with all boards using the MCU ATmega32U4.
35
40
This includes **Arduino Leonardo**, **SparkFun Pro Micro**, and **Arduino Micro**.
36
41
It also supports the Arduino Uno and Arduino Mega, **but** this requires the [HoodLoader2](https://github.com/NicoHood/HoodLoader2) bootloader, see [this wiki](https://github.com/Legion2/CorsairLightingProtocol/wiki/How-to-use-on-Arduino-Uno-and-Arduino-Mega) for more details.
37
-
It is **not** compatible with Arduino Nano.
42
+
It is **not** compatible with ATmega328 (Arduino Nano), STM8S103F3, teensy, ESP8266 and ESP32 see [list of architecture/platform](https://github.com/Legion2/CorsairLightingProtocol/issues?q=is%3Aissue+label%3Aarchitecture%2Fplatform) for a detailed description why they are not supported.
38
43
In the rest of the documentation "Arduino" is used as a synonym for all supported boards regardless of the manufacturer.
39
44
40
45
When you have problems with a board not listed here, please open an [Issue](https://github.com/Legion2/CorsairLightingProtocol/issues).
0 commit comments