Mbed Cloud example program for workshop in W27 2018.

Dependencies:   MMA7660 LM75B

Committer:
MACRUM
Date:
Sat Jun 30 01:40:30 2018 +0000
Revision:
0:119624335925
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MACRUM 0:119624335925 1 {
MACRUM 0:119624335925 2 "name": "mcr20a-rf-driver",
MACRUM 0:119624335925 3 "version": "0.0.1",
MACRUM 0:119624335925 4 "description": "RF driver for Freescale MCR20A 2.4GHz 802.15.4 wireless transceiver",
MACRUM 0:119624335925 5 "keywords": [
MACRUM 0:119624335925 6 "rf",
MACRUM 0:119624335925 7 "driver",
MACRUM 0:119624335925 8 "802.15.4"
MACRUM 0:119624335925 9 ],
MACRUM 0:119624335925 10 "author": "Andrei Kovacs <Andrei.Kovacs@freescale.com>",
MACRUM 0:119624335925 11 "license": "BSD 3-clause",
MACRUM 0:119624335925 12 "dependencies": {
MACRUM 0:119624335925 13 "nanostack-libservice": "^3.0.0",
MACRUM 0:119624335925 14 "sal-stack-nanostack": "^5.0.0",
MACRUM 0:119624335925 15 "mbed-drivers": "^1.0.0"
MACRUM 0:119624335925 16 },
MACRUM 0:119624335925 17 "targetDependencies": {}
MACRUM 0:119624335925 18 }