From 5eb5a1d895695f7821868b34732d0d6eca2fdb23 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Tue, 15 Oct 2013 00:53:11 +0000 Subject: various bugfixes and improvements + documentation git-svn-id: https://svn.spreadspace.org/avr/trunk@245 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- pcr-controller/temp_curve.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pcr-controller/temp_curve.h') 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 -- cgit v1.2.3