Gestione Bluetooth per il progetto Tarallo

Committer:
mbed_official
Date:
Thu Jul 28 23:14:25 2016 +0100
Revision:
1:2fd54f1254fe
Parent:
0:66b59f6860ed
Child:
2:401488de6e22
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble


Commit copied from ./src/github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 1:2fd54f1254fe 1 {
mbed_official 1:2fd54f1254fe 2 "name": "ble-beacon",
mbed_official 1:2fd54f1254fe 3 "version": "0.0.1",
mbed_official 1:2fd54f1254fe 4 "description": "BLE iBeacon example, building with yotta",
mbed_official 1:2fd54f1254fe 5 "licenses": [
mbed_official 1:2fd54f1254fe 6 {
mbed_official 1:2fd54f1254fe 7 "url": "https://spdx.org/licenses/Apache-2.0",
mbed_official 1:2fd54f1254fe 8 "type": "Apache-2.0"
mbed_official 1:2fd54f1254fe 9 }
mbed_official 1:2fd54f1254fe 10 ],
mbed_official 1:2fd54f1254fe 11 "dependencies": {
mbed_official 1:2fd54f1254fe 12 "ble": "^2.0.0"
mbed_official 1:2fd54f1254fe 13 },
mbed_official 1:2fd54f1254fe 14 "targetDependencies": {},
mbed_official 1:2fd54f1254fe 15 "bin": "./source"
mbed_official 1:2fd54f1254fe 16 }