summaryrefslogtreecommitdiff
path: root/pcr-controller/temp_curve.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2013-10-12 17:51:05 +0000
committerBernhard Tittelbach <xro@realraum.at>2013-10-12 17:51:05 +0000
commit2f2f97709e9c81b97a294458068113e274a75887 (patch)
tree0f0f8969bcddd413179a4405fab403669cc0e1d7 /pcr-controller/temp_curve.h
parentmany more features for pcr controller (diff)
json output experiment, etc
git-svn-id: https://svn.spreadspace.org/avr/trunk@244 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'pcr-controller/temp_curve.h')
-rw-r--r--pcr-controller/temp_curve.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcr-controller/temp_curve.h b/pcr-controller/temp_curve.h
index 39887cb..86d5000 100644
--- a/pcr-controller/temp_curve.h
+++ b/pcr-controller/temp_curve.h
@@ -29,6 +29,9 @@ void tcurve_reset(void);
void tcurve_setRepeats(uint8_t r);
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);