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

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.