Package nxt :: Module compass :: Class Command

Class Command

source code

object --+
         |
        Command

Namespace for enumeration compass sensor commands

Instance Methods

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

Class Variables
  AUTO_TRIG_ON = (65, 2)
  AUTO_TRIG_OFF = (83, 1)
  MAP_HEADING_BYTE = 66
  MAP_HEADING_INTEGER = 73
  SAMPLING_50_HZ = 69
  SAMPLING_60_HZ = 85
  SET_ADPA_MODE_ON = 78
  SET_ADPA_MODE_OFF = 79
  BEGIN_CALIBRATION = 67
  DONE_CALIBRATION = 68
  LOAD_USER_CALIBRATION = 76
Properties

Inherited from object: __class__