Initial commit for HID LampArray Controller

This commit is contained in:
Adam Honse
2024-03-31 01:03:12 -05:00
parent 693a8e5541
commit ac33a841ff
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()
{
}