Micropython port of Adafruit's MAX31685 module for CircuitPython The MAX31685 component is a thermocouple amplifier using SPI to communicate with a micro-controller.
Go to file
Pierrick C f199693424 Bit of lint on simpletest 2020-04-05 11:42:05 +02:00
.github/workflows Ran black, updated to pylint 2.x 2020-03-15 18:41:20 -04:00
docs Ran black, updated to pylint 2.x 2020-03-15 18:41:20 -04:00
examples Bit of lint on simpletest 2020-04-05 11:42:05 +02:00
.gitignore Moved repository from Travis to GitHub Actions 2020-01-01 15:28:37 -05:00
.pylintrc Ran black, updated to pylint 2.x 2020-03-15 18:41:20 -04:00
.readthedocs.yml update .travis & .readthedocs.yml 2018-03-01 20:43:19 -06:00
CODE_OF_CONDUCT.md update code of coduct: discord moderation contact section 2020-03-15 18:27:42 -05:00
LICENSE Initial commit. 2017-12-01 01:38:25 -08:00
README.rst Update README.rst and example 2020-03-29 18:04:38 +02:00
adafruit_max31865.py Micropython port 2020-03-29 17:55:28 +02:00
requirements.txt requirement update : adafruit-circuitpython-busdevice is not needed 2020-04-05 10:48:22 +02:00
setup.py Ran black, updated to pylint 2.x 2020-03-15 18:41:20 -04:00

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>`_.