Update Lighting Node detection to detect multiple of the same device. Add reads to Lighting Node driver to fix compatibility with Corsair Lighting Protocol Arduino project

This commit is contained in:
Adam Honse 2020-06-25 22:30:31 -05:00
parent 5db888fba0
commit 39d451793b
3 changed files with 30 additions and 18 deletions

View file

@ -109,6 +109,7 @@ public:
private:
hid_device* dev;
std::string firmware_version;
clock_t last_commit_time;
void SendFirmwareRequest();