Custom max temp lookup

This commit is contained in:
Ben V. Brown
2024-05-24 20:44:50 +10:00
committed by Ben V. Brown
parent 5a75344539
commit 4b1b370da9
3 changed files with 24 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
#ifndef BSP_POWER_H_
#define BSP_POWER_H_
#include "Types.h"
#ifdef __cplusplus
extern "C" {
#endif
@@ -22,6 +24,8 @@ uint8_t getTipResistanceX10();
uint16_t getTipThermalMass();
uint16_t getTipInertia();
TemperatureType_t getCustomTipMaxInC();
#ifdef __cplusplus
}
#endif