Attempting to publish a tree

Dependencies:   BLE_API mbed-dev-bin nRF51822

Fork of microbit-dal by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

MicroBitButtonService Class Reference

MicroBitButtonService Class Reference

Class definition for a MicroBit BLE Button Service. More...

#include <MicroBitButtonService.h>

Public Member Functions

 MicroBitButtonService (BLEDevice &_ble)
 Constructor.

Detailed Description

Class definition for a MicroBit BLE Button Service.

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

Definition at line 43 of file MicroBitButtonService.h.


Constructor & Destructor Documentation

MicroBitButtonService ( BLEDevice &  _ble )

Constructor.

Class definition for the custom MicroBit Button Service.

Create a representation of the ButtonService

Parameters:
_bleThe instance of a BLE device that we're running on.

Provides a BLE service to remotely read the state of each button, and configure its behaviour. Constructor. Create a representation of the ButtonService

Parameters:
_bleThe instance of a BLE device that we're running on.

Definition at line 41 of file MicroBitButtonService.cpp.