|
Treehopper C++ API
|
#include "SMBusDevice.h"#include "Libraries/Treehopper.Libraries.h"#include "Libraries/RegisterManager.h"#include "Libraries/Register.h"Go to the source code of this file.
Namespaces | |
| Treehopper | |
| Treehopper::Libraries | |
| Treehopper::Libraries::Sensors | |
| Treehopper::Libraries::Sensors::Optical | |
Enumerations | |
| enum | AlsTimes { Time_100ms = 0, Time_200ms = 1, Time_300ms = 2, Time_400ms = 3, Time_500ms = 4, Time_600ms = 5 } |
| enum | AlsGains { Low = 0, Medium = 1, High = 2, Max = 3 } |
| enum | InterruptPersistanceFilters { EveryAlsCycle = 0, AnyValueOutsideThreshold = 1, Consecutive_2 = 2, Consecutive_3 = 3, Consecutive_5 = 4, Consecutive_10 = 5, Consecutive_15 = 6, Consecutive_20 = 7, Consecutive_25 = 8, Consecutive_30 = 9, Consecutive_35 = 10, Consecutive_40 = 11, Consecutive_45 = 12, Consecutive_50 = 13, Consecutive_55 = 14, Consecutive_60 = 15 } |