Skip to content
M Hightower edited this page May 4, 2021 · 79 revisions

WIP

MAX31855K Library WiKi

At this time I leave all the minutiae details of this MAX31855K Library to the source code. Start with the MAX31855K.h file.

This library provides general access to probe and device temperatures as an integer value of the real value times 10K. Look for the functions ending in ...X10K. This retains the decimal precision without loss in integer form. This allows the use of quick integer computations when needed. (Remember to multiply by 1E-04 when using in a float expression.) Floating-point values are also available. Functions are provided for converting the straight-line approximation slope-based values returned by the MAX31955K to a linearized value based on the ITS90 polynomial table for the Type-K Thermocouple.

Boards

Troubleshooting

References

Clone this wiki locally