summaryrefslogtreecommitdiff
path: root/pcr-controller/temp_curve.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2013-11-28 00:34:35 +0000
committerBernhard Tittelbach <xro@realraum.at>2013-11-28 00:34:35 +0000
commit8021003e20cc112b7ac68b875b26556fda31f380 (patch)
treedc422651e0c357c26c6fcc60adf0d1fb02b27d92 /pcr-controller/temp_curve.h
parentgas leak alarm (diff)
update
git-svn-id: https://svn.spreadspace.org/avr/trunk@248 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'pcr-controller/temp_curve.h')
-rw-r--r--pcr-controller/temp_curve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr-controller/temp_curve.h b/pcr-controller/temp_curve.h
index 104ecb3..bbdd8b1 100644
--- a/pcr-controller/temp_curve.h
+++ b/pcr-controller/temp_curve.h
@@ -28,11 +28,11 @@
void tcurve_reset(void);
void tcurve_setRepeats(uint8_t r);
void tcurve_setRepeatStartPosToLatestEntry(void);
+void tcurve_setRepeatEndPosToLatestEntry(void);
uint8_t tcurve_isSet(void);
uint8_t tcurve_hasFinished(void);
uint16_t tcurve_getTimeElapsed(void);
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);