mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-06 06:07:49 -05:00
Initial commit for HID LampArray Controller
This commit is contained in:
@@ -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