Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Revision:
52:120bd37b9d0d
Parent:
25:a1c356620131
--- a/nRF51822n.h	Wed Jul 23 12:01:30 2014 +0100
+++ b/nRF51822n.h	Thu Jul 24 15:46:29 2014 +0100
@@ -34,12 +34,17 @@
     nRF51822n(void);
     virtual ~nRF51822n(void);
 
+    virtual const char *getVersion(void);
+
     virtual Gap        &getGap()        {
         return nRF51Gap::getInstance();
     };
     virtual GattServer &getGattServer() {
         return nRF51GattServer::getInstance();
     };
+
+    virtual ble_error_t setTxPower(int8_t txPower);
+
     virtual ble_error_t init(void);
     virtual ble_error_t reset(void);
     virtual void        waitForEvent(void);