Files
OpenRGB/Controllers/HIDLampArrayController/HIDLampArrayController.cpp
2024-05-06 17:30:43 -05:00

22 lines
309 B
C++

#include "HIDLampArrayController.h"
HIDLampArrayController::HIDLampArrayController(hid_device *dev_handle, const char *path)
{
}
HIDLampArrayController::~HIDLampArrayController()
{
}
std::string HIDLampArrayController::GetDeviceLocation()
{
}
std::string HIDLampArrayController::GetSerialString()
{
}