Update for latest nRF51822 code changes.

Dependencies:   BLE_API nRF51822

Fork of Puck by Nordic Pucks

Files at this revision

API Documentation at this revision

Comitter:
stiaje
Date:
Thu Jul 17 08:48:07 2014 +0000
Parent:
1:29b2cca0d529
Child:
3:5432b38585ea
Commit message:
Change to 'getVariable' function naming

Changed in this revision

Puck.hpp Show annotated file Show diff for this revision Revisions of this file
--- a/Puck.hpp	Thu Jul 17 08:46:50 2014 +0000
+++ b/Puck.hpp	Thu Jul 17 08:48:07 2014 +0000
@@ -18,7 +18,7 @@
         /** The BLE Device 
           * @return ble device
           */
-        BLEDevice ble() { return _ble; }
+        BLEDevice getBle() { return _ble; }
         
         /** Initialize the BLE Device and start advertising
          */