Revision b4885314 include/amiro/Constants.h

View differences:

include/amiro/Constants.h
37 37

  
38 38
namespace CAN {
39 39

  
40
  const uint32_t UPDATE_PERIOD_MSEC        = MS2ST(125);
40
  const uint32_t UPDATE_PERIOD_MSEC        = US2ST(62500);  // 16 Hz
41 41

  
42 42
  const uint32_t PERIODIC_TIMER_ID         = 1;
43 43
  const uint32_t RECEIVED_ID               = 2;
......
54 54
  const uint32_t LIGHT_RING_ID             = 3;
55 55
  const uint32_t COGNITION                 = 4;
56 56

  
57

  
57
  const uint32_t MAGNETOMETER_X_ID         = 0x54;
58
  const uint32_t MAGNETOMETER_Y_ID         = 0x55;
59
  const uint32_t MAGNETOMETER_Z_ID         = 0x56;
60
  const uint32_t GYROSCOPE_ID              = 0x58;
58 61
  const uint32_t PROXIMITY_FLOOR_ID        = 0x51;
59 62
  const uint32_t ODOMETRY_ID               = 0x50;
60 63
  const uint32_t BRIGHTNESS_ID             = 0x40;

Also available in: Unified diff