diff options
Diffstat (limited to 'source/Core/BSP/BSP.h')
-rw-r--r-- | source/Core/BSP/BSP.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Core/BSP/BSP.h b/source/Core/BSP/BSP.h index eb54ead0..08ead36a 100644 --- a/source/Core/BSP/BSP.h +++ b/source/Core/BSP/BSP.h @@ -71,6 +71,9 @@ int16_t getRawHallEffect(); // Returns true if power is from dumb "DC" input rather than "smart" QC or PD
bool getIsPoweredByDCIN();
+// Logs the system state to a debug interface if supported
+void log_system_state(int32_t PWMWattsx10);
+
#ifdef __cplusplus
}
#endif
|