mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-13 13:47:02 -04:00
Initial commit for HID LampArray Controller
This commit is contained in:
1 parent
320f755e5e
commit
5a2712750b
5 files changed
+150
No files matched your search
@@ -0,0 +1,21 @@
|
||||
#include "HIDLampArrayController.h"
|
||||
|
||||
HIDLampArrayController::HIDLampArrayController(hid_device *dev_handle, const char *path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
HIDLampArrayController::~HIDLampArrayController()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
std::string HIDLampArrayController::GetDeviceLocation()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
std::string HIDLampArrayController::GetSerialString()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in new issue
Block a user