PowerMonitorOptions Struct
Options for a PowerMonitor. More...
Declaration
struct simaai::neat::PowerMonitorOptions { ... }
Included Headers
#include <PowerTelemetry.h>
Public Member Attributes Index
| bool | enabled = false |
|
Disabled by default to avoid I2C overhead. More... | |
| int | sample_interval_ms = 100 |
|
Periodic sampling interval while running. More... | |
| PowerMonitorProfile | profile = ... |
|
Built-in board profile when rails is empty. More... | |
| std::vector< PowerRailConfig > | rails |
|
Empty means use the selected built-in profile when enabled. More... | |
Description
Options for a PowerMonitor.
Definition at line 86 of file PowerTelemetry.h.