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

MicroBitMagnetometerService Class Reference

MicroBitMagnetometerService Class Reference

Class definition for the MicroBit BLE Magnetometer Service. More...

#include <MicroBitMagnetometerService.h>

Public Member Functions

 MicroBitMagnetometerService (BLEDevice &_ble, MicroBitCompass &_compass)
 Constructor.

Detailed Description

Class definition for the MicroBit BLE Magnetometer Service.

Provides access to live magnetometer data via BLE, and provides basic configuration options.

Definition at line 45 of file MicroBitMagnetometerService.h.


Constructor & Destructor Documentation

MicroBitMagnetometerService ( BLEDevice &  _ble,
MicroBitCompass _compass 
)

Constructor.

Class definition for the MicroBit BLE Magnetometer Service.

Create a representation of the MagnetometerService.

Parameters:
_bleThe instance of a BLE device that we're running on.
_compassAn instance of MicroBitCompass to use as our Magnetometer source.

Provides access to live magnetometer data via BLE, and provides basic configuration options. Constructor. Create a representation of the MagnetometerService.

Parameters:
_bleThe instance of a BLE device that we're running on.
_compassAn instance of MicroBitCompass to use as our Magnetometer source.

Definition at line 41 of file MicroBitMagnetometerService.cpp.