1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00
2021-06-01 23:53:56 +02:00

12 lines
187 B
C#

// ReSharper disable InconsistentNaming
namespace RGB.NET.Devices.PicoPi.Enum
{
public enum UpdateMode
{
Auto = 0x00,
HID = 0x01,
BULK = 0x02,
}
}