mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
10 lines
146 B
C#
10 lines
146 B
C#
namespace RGB.NET.Devices.PicoPi.Enum
|
|
{
|
|
public enum UpdateMode
|
|
{
|
|
Auto = 0x00,
|
|
HID = 0x01,
|
|
BULK = 0x02,
|
|
}
|
|
}
|