Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dawinaj/max6675
- Owner: dawinaj
- License: mit
- Created: 2024-07-03T10:37:07.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T00:02:11.000Z (4 months ago)
- Last Synced: 2024-11-07T16:09:45.887Z (about 2 months ago)
- Topics: cpp, driver, esp32, hal, max6675, temperature-sensor, thermocouple
- Language: C++
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!