Package nxt :: Module sensor :: Class Mode

Class Mode

source code

object --+
         |
        Mode

Namespace for enumeration of the mode of sensor

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  RAW = 0
  BOOLEAN = 32
  TRANSITION_CNT = 64
  PERIOD_COUNTER = 96
  PCT_FULL_SCALE = 128
  CELSIUS = 160
  FAHRENHEIT = 192
  ANGLE_STEPS = 224
  MASK = 224
  MASK_SLOPE = 31
Properties

Inherited from object: __class__