Use resource manager to register I2C interfaces and log them
This commit is contained in:
parent
ec90f4678b
commit
69cb7a0d9e
8 changed files with 20 additions and 19 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
struct hid_device_info;
|
||||
|
||||
typedef std::function<void(std::vector<i2c_smbus_interface*>&)> I2CBusDetectorFunction;
|
||||
typedef std::function<void()> I2CBusDetectorFunction;
|
||||
typedef std::function<void(std::vector<RGBController*>&)> DeviceDetectorFunction;
|
||||
typedef std::function<void(std::vector<i2c_smbus_interface*>&)> I2CDeviceDetectorFunction;
|
||||
typedef std::function<void(hid_device_info*, const std::string&)> HIDDeviceDetectorFunction;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue