summaryrefslogtreecommitdiff
path: root/pcr-controller/temp_curve.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-controller/temp_curve.h')
-rw-r--r--pcr-controller/temp_curve.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcr-controller/temp_curve.h b/pcr-controller/temp_curve.h
index 86d5000..104ecb3 100644
--- a/pcr-controller/temp_curve.h
+++ b/pcr-controller/temp_curve.h
@@ -27,6 +27,7 @@
void tcurve_reset(void);
void tcurve_setRepeats(uint8_t r);
+void tcurve_setRepeatStartPosToLatestEntry(void);
uint8_t tcurve_isSet(void);
uint8_t tcurve_hasFinished(void);
uint16_t tcurve_getTimeElapsed(void);
@@ -34,5 +35,6 @@ uint8_t tcurve_getRepeatsLeft(void);
void tcurve_setPostCycleTargetTemp(int16_t v);
void tcurve_add(int16_t temp, uint16_t hold_for_s);
int16_t tcurve_getTempToSet(int16_t current_temp, uint16_t time_elapsed);
+void tcurve_printCurve(void);
#endif \ No newline at end of file