This is a single-file header-only C++ style library (see files in main/include/
) for driving the MAX6675 MaximIntegrated's Cold-Junction-Compensated K-Thermocouple-to-Digital Converter from an ESP32 microcontroller.
Currently supported are:
- MAX6675
See example in main/main.cpp
.
- Move the files from
main/include/
to your include directory. - #include the
MAX6675.h
in your code. - Create an object.
- Done!