mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
12 lines
187 B
C#
12 lines
187 B
C#
// ReSharper disable InconsistentNaming
|
|
|
|
namespace RGB.NET.Devices.PicoPi.Enum
|
|
{
|
|
public enum UpdateMode
|
|
{
|
|
Auto = 0x00,
|
|
HID = 0x01,
|
|
BULK = 0x02,
|
|
}
|
|
}
|