Gestione Bluetooth per il progetto Tarallo

Committer:
fdalforno
Date:
Thu Jan 16 14:48:30 2020 +0000
Revision:
82:443323e7d4c9
Parent:
3:41f6be68aefb
Gestione client Bluetooth per scheda F401RE

Who changed what in which revision?

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