receive message via BLE and send data to treasure data via postback API using wifi
Dependencies: BSP_B-L475E-IOT01
module.json
- Committer:
- JunkoNakajima
- Date:
- 2018-11-27
- Revision:
- 39:8990b0ce7233
- Parent:
- 2:864ddfb70a9c
File content as of revision 39:8990b0ce7233:
{ "name": "ble-led", "version": "0.0.1", "description": "A simple service that demonstrates the use of a read-write characteristic to control a LED", "licenses": [ { "url": "https://spdx.org/licenses/Apache-2.0", "type": "Apache-2.0" } ], "dependencies": { "ble": "^2.0.0" }, "targetDependencies": {}, "bin": "./source" }