Initial commit

This commit is contained in:
2024-03-26 13:44:49 -05:00
commit 7fbe51f482
24 changed files with 103489 additions and 0 deletions

6
HidSliders.Gui/VMBus.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace HidSliders.Gui;
public enum VMBus
{
A1, A2, A3, A4, A5, B1, B2, B3
}