ArduinoTypes

class ArduinoTypes[source]

Bases: object

__init__()

Methods

__init__()

cvt_float32(message_bytes)

cvt_float64(message_bytes)

cvt_int64(message_bytes)

cvt_uint32(message_bytes)

cvt_uint64(message_bytes)

get_array(array, dtype)

get_float(value)

get_int16_array(array)

get_uint16_array(array)

get_uint32_array(array)

get_uint8_array(array)

Attributes

BYTE

CHAR

FLOAT32

FLOAT64

INT16

UINT16

UINT32

UINT64

UINT8