1

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Jul 06 10:21:03 2015 +0100
Parent:
384:8a1747598ac2
Child:
386:3253b512fb24
Commit message:
Synchronized with git rev e408ce6f
Author: Rohit Grover
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.

Changed in this revision

module.json Show annotated file Show diff for this revision Revisions of this file
--- a/module.json	Mon Jul 06 10:21:03 2015 +0100
+++ b/module.json	Mon Jul 06 10:21:03 2015 +0100
@@ -1,6 +1,6 @@
 {
   "name": "ble-nrf51822",
-  "version": "0.4.1",
+  "version": "0.4.2",
   "description": "Nordic stack and drivers for the mbed BLE API.",
   "keywords": [
     "Bluetooth",
@@ -19,7 +19,7 @@
     }
   ],
   "dependencies": {
-    "ble": "~0.4.1"
+    "ble": "~0.4.2"
   },
   "extraIncludes": [
     "source/btle",