SimpleReflowController/sloeber.ino.cpp

32 lines
789 B
C++
Raw Permalink Normal View History

2018-10-27 15:44:16 +02:00
#ifdef __IN_ECLIPSE__
//This is a automatic generated file
//Please do not modify this file
//If you touch this file your change will be overwritten during the next build
2018-10-29 11:28:44 +01:00
//This file has been generated on 2018-10-29 11:26:25
2018-10-27 15:44:16 +02:00
#include "Arduino.h"
#include "simpleReflowController.h"
#include "simpleReflowController.h"
#include "simpleReflowController.h"
void initTFT() ;
void clearTFT() ;
void setHeader(int pCurrentTemp, int pSec, int pProfileTemp) ;
void setProfile() ;
void setGraph(String pName, int pSec) ;
void setStatus(String pText) ;
void setup() ;
void loop() ;
void initPorts() ;
void secIncrease() ;
profileStep getProfile(int pSec) ;
void initTermocouple() ;
int getTemp() ;
#include "display.ino"
2018-10-29 11:28:44 +01:00
#include "simpleReflowController.ino"
2018-10-27 15:44:16 +02:00
#include "thermocouple.ino"
#endif