Package nxt :: Module compass

Module compass

source code

Classes
  Command
Namespace for enumeration compass sensor commands
  CompassSensor
Variables
  I2C_ADDRESS_CMPS_NX = {65: ('command', 1, True), 66: ('heading...
  __package__ = 'nxt'
Variables Details

I2C_ADDRESS_CMPS_NX

Value:
{65: ('command', 1, True),
 66: ('heading_lsb', 1, False),
 67: ('heading_msb', 1, False),
 68: ('x_offset_lsb', 1, True),
 69: ('x_offset_msb', 1, True),
 70: ('y_offset_lsb', 1, True),
 71: ('y_offset_msb', 1, True),
 72: ('x_range_lsb', 1, True),
...