LEGO Mindstorms EV3


Shared Memory


It is possible to get a pointer to the sound ready flag for use in userspace this pointer will point to a struct and the layout is following:

 */

typedef   struct
{
  DATA8   Status;                       //!< Status
}
SOUND;

/*
\n

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