mbed.org local branch of microbit-dal. The real version lives in git at https://github.com/lancaster-university/microbit-dal

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Dependents:   microbit Microbit IoTChallenge1 microbit ... more

Embed: (wiki syntax)

« Back to documentation index

MicroBitEventQueueItem Struct Reference

MicroBitEventQueueItem Struct Reference

Enclosing class to hold a chain of events. More...

#include <MicroBitEvent.h>

Public Member Functions

 MicroBitEventQueueItem (MicroBitEvent evt)
 Constructor.

Detailed Description

Enclosing class to hold a chain of events.

Definition at line 92 of file MicroBitEvent.h.


Constructor & Destructor Documentation

Constructor.

Create a new MicroBitEventQueueItem.

Parameters:
evtThe event to be queued.

Definition at line 93 of file MicroBitEvent.cpp.