# MAX6675 ESP Component This is a versatile ESP component for interfacing with the MAX6675 thermocouple amplifier using Espressif's ESP8266 or ESP32 microcontrollers. The MAX6675 is a popular thermocouple-to-digital converter IC that provides accurate temperature measurements using K-type thermocouples. ## Getting Started Check out the `example` folder in the root for the use of this MAX6675 component. ## Add component to your project Please use the component manager command add-dependency to add the button to your project's dependency, during the CMake step the component will be downloaded automatically. ``` idf.py add-dependency "hayschan/max6675" ```
idf.py add-dependency "hayschan/max6675^1.0.6"