Move definition of PIDdT back to temperature.h
make it unconditional remove all definitions in the 'Configuration.h's remove form 'Conditionals.h'
This commit is contained in:
parent
80ae160c26
commit
94330705c7
14 changed files with 16 additions and 35 deletions
|
|
@ -45,6 +45,10 @@
|
|||
#define K2 (1.0-K1)
|
||||
#endif
|
||||
|
||||
#ifdef PIDTEMPBED
|
||||
#define PID_dT ((OVERSAMPLENR * 12.0)/(F_CPU / 64.0 / 256.0))
|
||||
#endif
|
||||
|
||||
//===========================================================================
|
||||
//============================= public variables ============================
|
||||
//===========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue