Clean up SPDAccessor, split out classes into their own files, add comments, update coding style

This commit is contained in:
Adam Honse 2024-12-10 21:20:27 -06:00
parent 38732a8fb4
commit 560ff5ab33
19 changed files with 1028 additions and 752 deletions

View file

@ -19,7 +19,7 @@
#include <thread>
#include <string>
#include <vector>
#include "SPDAccessor.h"
#include "SPDWrapper.h"
#include "hidapi_wrapper.h"
#include "i2c_smbus.h"
#include "filesystem.h"