Added top ratings and extended to ADC=1 for table 3 and 5.
This commit is contained in:
parent
96a4baa0be
commit
775da3f103
@ -76,7 +76,8 @@ const short temptable_1[][2] PROGMEM = {
|
|||||||
//200k ATC Semitec 204GT-2
|
//200k ATC Semitec 204GT-2
|
||||||
//Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
|
//Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
|
||||||
// Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
|
// Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
|
||||||
{30*OVERSAMPLENR, 300},
|
{1*OVERSAMPLENR, 848},
|
||||||
|
{30*OVERSAMPLENR, 300}, //top rating 300C
|
||||||
{34*OVERSAMPLENR, 290},
|
{34*OVERSAMPLENR, 290},
|
||||||
{39*OVERSAMPLENR, 280},
|
{39*OVERSAMPLENR, 280},
|
||||||
{46*OVERSAMPLENR, 270},
|
{46*OVERSAMPLENR, 270},
|
||||||
@ -173,7 +174,8 @@ const short temptable_5[][2] PROGMEM = {
|
|||||||
// ATC Semitec 104GT-2 (Used in ParCan)
|
// ATC Semitec 104GT-2 (Used in ParCan)
|
||||||
// Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
|
// Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
|
||||||
// Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
|
// Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
|
||||||
{17*OVERSAMPLENR, 300},
|
{1*OVERSAMPLENR, 713},
|
||||||
|
{17*OVERSAMPLENR, 300}, //top rating 300C
|
||||||
{20*OVERSAMPLENR, 290},
|
{20*OVERSAMPLENR, 290},
|
||||||
{23*OVERSAMPLENR, 280},
|
{23*OVERSAMPLENR, 280},
|
||||||
{27*OVERSAMPLENR, 270},
|
{27*OVERSAMPLENR, 270},
|
||||||
|
Loading…
Reference in New Issue
Block a user