File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 22
22
23
23
"""
24
24
``adafruit_max31855``
25
- =====================
25
+ ===========================
26
26
27
27
This is a CircuitPython driver for the Maxim Integrated MAX31855 thermocouple
28
28
amplifier module.
29
29
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
30
45
"""
31
46
try :
32
47
import struct
You can’t perform that action at this time.
0 commit comments