BTLE demo for MAXWSNENV.

Dependencies:   BLE_API BMP180 Si7020 mbed MaximBLE

Files at this revision

API Documentation at this revision

Comitter:
enginerd
Date:
Thu Aug 18 21:09:13 2016 +0000
Parent:
1:1876781d537e
Commit message:
Updated library versions.

Changed in this revision

BLE_API.lib Show annotated file Show diff for this revision Revisions of this file
MaximBLE.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
--- a/BLE_API.lib	Thu Mar 03 14:48:57 2016 +0000
+++ b/BLE_API.lib	Thu Aug 18 21:09:13 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#bfc5b9b6ecf5
+http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#66159681aa21
--- a/MaximBLE.lib	Thu Mar 03 14:48:57 2016 +0000
+++ b/MaximBLE.lib	Thu Aug 18 21:09:13 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/MaximIntegrated/code/MaximBLE/#b562096246b3
+https://developer.mbed.org/teams/MaximIntegrated/code/MaximBLE/#07f30e7452c0
--- a/main.cpp	Thu Mar 03 14:48:57 2016 +0000
+++ b/main.cpp	Thu Aug 18 21:09:13 2016 +0000
@@ -321,7 +321,7 @@
     ble.init();
 
     /* Set MAC Address */
-    Gap::addr_type_t typeP = Gap::ADDR_TYPE_RANDOM_STATIC;
+    Gap::addr_type_t typeP = BLEProtocol::AddressType::RANDOM_STATIC;
     Gap::address_t address;
     getBtleAddress((uint8_t*)&address);
     ble.gap().setAddress(typeP, address);
--- a/mbed.bld	Thu Mar 03 14:48:57 2016 +0000
+++ b/mbed.bld	Thu Aug 18 21:09:13 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/87f2f5183dfb
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/b0220dba8be7
\ No newline at end of file