ADT7410 sample

Dependencies:   ADT7410 BLE_API mbed nRF51822

Files at this revision

API Documentation at this revision

Comitter:
RedBearLab
Date:
Mon Jul 27 06:53:46 2015 +0000
Parent:
1:81a97eb70d3d
Child:
3:f530ca03e014
Commit message:
Update libraries

Changed in this revision

BLE_API.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
nRF51822.lib Show annotated file Show diff for this revision Revisions of this file
--- a/BLE_API.lib	Fri Oct 31 14:44:32 2014 +0000
+++ b/BLE_API.lib	Mon Jul 27 06:53:46 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#4b68a819ab4f
+http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#4cd3b18607ec
--- a/main.cpp	Fri Oct 31 14:44:32 2014 +0000
+++ b/main.cpp	Mon Jul 27 06:53:46 2015 +0000
@@ -18,7 +18,7 @@
 */
 
 #include "mbed.h"
-#include "BLEDevice.h"
+#include "ble/BLE.h"
 #include "Servo.h"
 
 
@@ -34,7 +34,7 @@
 #define SERVO_PIN                        P0_8       //RTS
 #define ANALOG_IN_PIN                    P0_4       //P04
 
-BLEDevice  ble;
+BLE             ble;
 
 DigitalOut      LED_SET(DIGITAL_OUT_PIN);
 DigitalIn       BUTTON(DIGITAL_IN_PIN);
@@ -78,12 +78,12 @@
     ble.startAdvertising();
 }
 
-void WrittenHandler(const GattCharacteristicWriteCBParams *Handler)
+void WrittenHandler(const GattWriteCallbackParams *Handler)
 {   
     uint8_t buf[TXRX_BUF_LEN];
     uint16_t bytesRead;
     
-    if (Handler->charHandle == txCharacteristic.getValueAttribute().getHandle()) 
+    if (Handler->handle == txCharacteristic.getValueAttribute().getHandle()) 
     {
         ble.readCharacteristicValue(txCharacteristic.getValueAttribute().getHandle(), buf, &bytesRead);
         memset(txPayload, 0, TXRX_BUF_LEN);
--- a/mbed.bld	Fri Oct 31 14:44:32 2014 +0000
+++ b/mbed.bld	Mon Jul 27 06:53:46 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/cb3d968589d8
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/bad568076d81
\ No newline at end of file
--- a/nRF51822.lib	Fri Oct 31 14:44:32 2014 +0000
+++ b/nRF51822.lib	Mon Jul 27 06:53:46 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#936d81c963fe
+http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#c7adea3c1e37