Release 0.4.2

=============

This is a minor release.

Enhancements
~~~~~~~~~~~~

* fix #53: add GattClient API for handling HVX Events (notifications and
  indications). Refer to GattClient::onHVX(HVXCallback_t ...).

* Reformat source tree to align nRF51822 for yotta.

Bugfixes
~~~~~~~~

none.
This commit is contained in:
Rohit Grover 2015-07-06 09:28:04 +01:00
parent 57c99a5ac3
commit e408ce6f02
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "ble-nrf51822", "name": "ble-nrf51822",
"version": "0.4.1", "version": "0.4.2",
"description": "Nordic stack and drivers for the mbed BLE API.", "description": "Nordic stack and drivers for the mbed BLE API.",
"keywords": [ "keywords": [
"Bluetooth", "Bluetooth",
@ -19,7 +19,7 @@
} }
], ],
"dependencies": { "dependencies": {
"ble": "~0.4.1" "ble": "~0.4.2"
}, },
"extraIncludes": [ "extraIncludes": [
"source/btle", "source/btle",