LEGO Mindstorms EV3


Device commands used to control (UART sensors) devices

 */

typedef   enum
{
  DEVCMD_RESET        = 0x11,           //!< UART device reset
  DEVCMD_FIRE         = 0x11,           //!< UART device fire   (ultrasonic)
  DEVCMD_CHANNEL      = 0x12,           //!< UART device channel (IR seeker)

  DEVCMDS
}
DEVCMD;

/*
\n

LEGO® Robotics Firmware Documentation
Confidential Information © 2013 The LEGO Group