High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
ktownsend
Date:
Tue Jan 07 10:54:02 2014 +0000
Parent:
21:5442f7c70e71
Child:
23:f19c60478e1b
Commit message:
More doxygen cleanup

Changed in this revision

hw/nrf51822.h Show annotated file Show diff for this revision Revisions of this file
--- a/hw/nrf51822.h	Tue Jan 07 10:50:31 2014 +0000
+++ b/hw/nrf51822.h	Tue Jan 07 10:54:02 2014 +0000
@@ -6,6 +6,13 @@
 #include "bleradio.h"
 #include "GattService.h"
 
+/**************************************************************************/
+/*!
+    \brief
+    Driver for the nRF51822 in connectivity mode using custom serialization
+    firmware.
+*/
+/**************************************************************************/
 class nRF51822 : public BLERadio
 {
     public: