Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 503 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 503 Bytes

ESP32 MAX6675 K-thermocouple driver/library

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

Installation & usage

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!