Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API nRF51822 mbed-dev-bin
Dependents: microbit Microbit IoTChallenge1 microbit ... more
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:
-
_ble The 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:
-
_ble The instance of a BLE device that we're running on.
Definition at line 41 of file MicroBitButtonService.cpp.
Generated on Tue Jul 12 2022 15:22:57 by
