receive message via BLE and send data to treasure data via postback API using wifi
Dependencies: BSP_B-L475E-IOT01
module.json@0:c6a8f2b3efb6, 2016-07-26 (annotated)
- Committer:
- Vincent Coubard
- Date:
- Tue Jul 26 14:47:19 2016 +0100
- Revision:
- 0:c6a8f2b3efb6
- Child:
- 2:864ddfb70a9c
Update example at tag mbed-os-5.0.1-rc1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Vincent Coubard |
0:c6a8f2b3efb6 | 1 | { |
Vincent Coubard |
0:c6a8f2b3efb6 | 2 | "name": "ble-led", |
Vincent Coubard |
0:c6a8f2b3efb6 | 3 | "version": "0.0.1", |
Vincent Coubard |
0:c6a8f2b3efb6 | 4 | "description": "A simple service that demonstrates the use of a read-write characteristic to control a LED", |
Vincent Coubard |
0:c6a8f2b3efb6 | 5 | "licenses": [ |
Vincent Coubard |
0:c6a8f2b3efb6 | 6 | { |
Vincent Coubard |
0:c6a8f2b3efb6 | 7 | "url": "https://spdx.org/licenses/Apache-2.0", |
Vincent Coubard |
0:c6a8f2b3efb6 | 8 | "type": "Apache-2.0" |
Vincent Coubard |
0:c6a8f2b3efb6 | 9 | } |
Vincent Coubard |
0:c6a8f2b3efb6 | 10 | ], |
Vincent Coubard |
0:c6a8f2b3efb6 | 11 | "dependencies": { |
Vincent Coubard |
0:c6a8f2b3efb6 | 12 | "ble": "^2.0.0" |
Vincent Coubard |
0:c6a8f2b3efb6 | 13 | }, |
Vincent Coubard |
0:c6a8f2b3efb6 | 14 | "targetDependencies": {}, |
Vincent Coubard |
0:c6a8f2b3efb6 | 15 | "bin": "./source" |
Vincent Coubard |
0:c6a8f2b3efb6 | 16 | } |