Eddystone test using modified DAL

Dependencies:   BLE_API mbed-dev-bin nRF51822

Dependents:   microbit-eddystone

Fork of microbit-dal by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

MicroBitIO Class Reference

MicroBitIO Class Reference

Class definition for MicroBit IO. More...

#include <MicroBitIO.h>

Public Member Functions

 MicroBitIO (int ID_P0, int ID_P1, int ID_P2, int ID_P3, int ID_P4, int ID_P5, int ID_P6, int ID_P7, int ID_P8, int ID_P9, int ID_P10, int ID_P11, int ID_P12, int ID_P13, int ID_P14, int ID_P15, int ID_P16, int ID_P19, int ID_P20)
 Constructor.

Detailed Description

Class definition for MicroBit IO.

Represents a collection of all I/O pins on the edge connector.

Definition at line 39 of file MicroBitIO.h.


Constructor & Destructor Documentation

MicroBitIO ( int  ID_P0,
int  ID_P1,
int  ID_P2,
int  ID_P3,
int  ID_P4,
int  ID_P5,
int  ID_P6,
int  ID_P7,
int  ID_P8,
int  ID_P9,
int  ID_P10,
int  ID_P11,
int  ID_P12,
int  ID_P13,
int  ID_P14,
int  ID_P15,
int  ID_P16,
int  ID_P19,
int  ID_P20 
)

Constructor.

Class definition for MicroBit IO.

Create a representation of all given I/O pins on the edge connector

Accepts a sequence of unique ID's used to distinguish events raised by MicroBitPin instances on the default EventModel.

Represents a collection of all I/O pins on the edge connector. Constructor.

Create a representation of all given I/O pins on the edge connector

Accepts a sequence of unique ID's used to distinguish events raised by MicroBitPin instances on the default EventModel.

Definition at line 43 of file MicroBitIO.cpp.