Skip to content

Commit

Permalink
Extended the low end range of my board thermistor to prevent out-of-r…
Browse files Browse the repository at this point in the history
…ange results.
  • Loading branch information
modmaker committed Apr 28, 2013
1 parent dfb0eb7 commit 32e2b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion thermistor.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ static const struct conversion_entry epcos_b5760g104f[] = {
* and the BeBoPr Cape schematics.
*/
static const struct conversion_entry my_330k_bed_thermistor[] = {
{ 3619, 21.0 },
{ 3650, 0.0 }, // forged value to prevent out of range result
{ 3626, 21.0 },
{ 3601, 35.0 },
{ 3597, 37.0 },
{ 3571, 47.0 },
Expand Down

0 comments on commit 32e2b61

Please sign in to comment.