Micropython port of Adafruit's MAX31685 module for CircuitPython The MAX31685 component is a thermocouple amplifier using SPI to communicate with a micro-controller.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pierrick C f199693424 Bit of lint on simpletest 3 years ago
.github/workflows Ran black, updated to pylint 2.x 3 years ago
docs Ran black, updated to pylint 2.x 3 years ago
examples Bit of lint on simpletest 3 years ago
.gitignore Moved repository from Travis to GitHub Actions 3 years ago
.pylintrc Ran black, updated to pylint 2.x 3 years ago
.readthedocs.yml update .travis & .readthedocs.yml 5 years ago
CODE_OF_CONDUCT.md update code of coduct: discord moderation contact section 3 years ago
LICENSE Initial commit. 6 years ago
README.rst Update README.rst and example 3 years ago
adafruit_max31865.py Micropython port 3 years ago
requirements.txt requirement update : adafruit-circuitpython-busdevice is not needed 3 years ago
setup.py Ran black, updated to pylint 2.x 3 years ago

README.rst

Introduction
============

.. image:: https://readthedocs.org/projects/adafruit-circuitpython-max31865/badge/?version=latest
    :target: https://circuitpython.readthedocs.io/projects/max31865/en/latest/
    :alt: Documentation Status

.. image :: https://img.shields.io/discord/327254708534116352.svg
    :target: https://discord.gg/nBQh6qu
    :alt: Discord

Micropython port of the CircuitPython module for the MAX31865 thermocouple amplifier.

Dependencies
=============
This driver depends on:

* `MicroPython <https://github.com/micropython/micropython>`_

Usage Example
=============

See examples/max31865_simpletest.py for a demo of the usage.

Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_max31865/blob/master/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.

Documentation
=============

For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.