Skip to content

Commit aa4a7e4

Browse files
committed
updated info docstring
1 parent b3a7d3f commit aa4a7e4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

adafruit_max31855.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,26 @@
2222

2323
"""
2424
``adafruit_max31855``
25-
=====================
25+
===========================
2626
2727
This is a CircuitPython driver for the Maxim Integrated MAX31855 thermocouple
2828
amplifier module.
2929
30+
* Author(s): Radomir Dopieralski
31+
32+
Implementation Notes
33+
--------------------
34+
35+
**Hardware:**
36+
37+
* Adafruit `MAX31855 Thermocouple Amplifier Breakout
38+
<https://www.adafruit.com/product/269>`_ (Product ID: 269)
39+
40+
**Software and Dependencies:**
41+
42+
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
43+
https://github.com/adafruit/circuitpython/releases
44+
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
3045
"""
3146
try:
3247
import struct

0 commit comments

Comments
 (0)