Merge pull request #1691 from AnHardt/PID_dt

Move definition of PIDdT back to temperature.h
This commit is contained in:
Scott Lahteine
2015-03-25 21:22:39 -07:00
14 changed files with 16 additions and 35 deletions

View File

@ -45,6 +45,10 @@
#define K2 (1.0-K1)
#endif
#if defined(PIDTEMPBED) || defined(PIDTEMP)
#define PID_dT ((OVERSAMPLENR * 12.0)/(F_CPU / 64.0 / 256.0))
#endif
//===========================================================================
//============================= public variables ============================
//===========================================================================