Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dawinaj/max6675

MAX6675 driver for ESP32
https://github.com/dawinaj/max6675

cpp driver esp32 hal max6675 temperature-sensor thermocouple

Last synced: 6 days ago
JSON representation

MAX6675 driver for ESP32

Awesome Lists containing this project

README

        

# 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!