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

MatrixPoint Struct Reference

MatrixPoint Struct Reference

Provides the mapping from Matrix ROW/COL to a linear X/Y buffer. More...

#include <MicroBitMatrixMaps.h>


Detailed Description

Provides the mapping from Matrix ROW/COL to a linear X/Y buffer.

It's arranged such that matrixMap[col, row] provides the [x,y] screen co-ord.

Definition at line 46 of file MicroBitMatrixMaps.h.