plt temperature

This commit is contained in:
2021-08-23 07:48:44 +02:00
parent d0fbc713a5
commit 42dd5f9261
12 changed files with 175 additions and 67 deletions

View File

@@ -1,5 +1,6 @@
#include "status.h"
#include "controlloop.h"
uint64_t timelast = 0;
uint64_t blinkrate = 500;
@@ -32,4 +33,9 @@ void handleStatus(void)
uint32_t getLooptime(void)
{
return looptime;
}
double getReflowTime(void)
{
return getProcessTime();
}