Modular detection system with resource manager.
Includes pull request !87 with modifications by Adam Honse (calcprogrammer1@gmail.com).
This commit is contained in:
parent
b3a7b7be81
commit
ddc69778dc
50 changed files with 318 additions and 145 deletions
6
Detector.h
Normal file
6
Detector.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "DeviceDetector.h"
|
||||
|
||||
#define REGISTER_DETECTOR(func) static DeviceDetector device_detector_obj(func)
|
||||
#define REGISTER_I2C_DETECTOR(func) static I2CDeviceDetector device_detector_obj(func)
|
||||
Loading…
Add table
Add a link
Reference in a new issue