ens160.op_modes

Operation Mode Constants.

class OpModes(enum.IntEnum):

Enum where members are also (and must be) ints

DEEP_SLEEP = <OpModes.DEEP_SLEEP: 0>

only responds to Command OP_MODE write

IDLE = <OpModes.IDLE: 1>

accepting commands.

STANDARD = <OpModes.STANDARD: 2>

Gas Sensing.

RESET = <OpModes.RESET: 240>

Reset the unit.

Inherited Members
enum.Enum
name
value
builtins.int
conjugate
bit_length
bit_count
to_bytes
from_bytes
as_integer_ratio
is_integer
real
imag
numerator
denominator