MAX31855

From: Raspberry Pi Compatible Components Class: herosdevices.hardware.raspberrypi.max318xx.max31855.MAX31855

Driver Quality Index: alpha

Requires the following packages

RPi.GPIO

Class to interface with MAX31855 thermocouple-to-digital converter.

Bold arguments are mandatory. For more information on the listed arguments refer to the class documentation: herosdevices.hardware.raspberrypi.max318xx.max31855.MAX31855 If parameters appear in this list but not in the class definition, please recursively check the linked base classes for the definition of the parameter.

Argument

Type

Default Value

Description

cs_pins

<class ‘dict’>

miso_pin

<class ‘int’>

5

MISO GPIO pin number.

clk_pin

<class ‘int’>

7

Clock GPIO pin number.

invert_sign

<class ‘bool’>

False

Optional, invert temperature sign.

The following JSON strings can be used to start a HERO device representation of MAX31855 using BOSS.

{
    "_id": "my_MAX31855",
    "classname": "herosdevices.hardware.raspberrypi.max318xx.max31855.MAX31855",
    "arguments": {
        "cs_pins": "<class 'dict'>",
        "miso_pin": 5,
        "clk_pin": 7,
        "invert_sign": false
    }
}

generated from signature

Inheritance diagram of herosdevices.hardware.raspberrypi.max318xx.max31855.MAX31855