Initial commit for HID LampArray Controller

This commit is contained in:
Adam Honse
2024-03-31 01:03:12 -05:00
parent da80b12fda
commit 66ae1a1d53
5 changed files with 150 additions and 0 deletions

View File

@@ -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()
{
}