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": "atmel-rf",
MACRUM 0:119624335925 3 "config": {
MACRUM 0:119624335925 4 "full-spi-speed": {
MACRUM 0:119624335925 5 "help": "Maximum SPI clock speed (Hz), as long as sufficient inter-byte spacing",
MACRUM 0:119624335925 6 "value": 7500000
MACRUM 0:119624335925 7 },
MACRUM 0:119624335925 8 "full-spi-speed-byte-spacing": {
MACRUM 0:119624335925 9 "help": "Required byte spacing in nanoseconds if full SPI speed is in use",
MACRUM 0:119624335925 10 "value": 250
MACRUM 0:119624335925 11 },
MACRUM 0:119624335925 12 "low-spi-speed": {
MACRUM 0:119624335925 13 "help": "Maximum SPI clock speed (Hz) if no inter-byte spacing",
MACRUM 0:119624335925 14 "value": 3750000
MACRUM 0:119624335925 15 },
MACRUM 0:119624335925 16 "use-spi-spacing-api": {
MACRUM 0:119624335925 17 "help": "Use SPI spacing API proposed in https://github.com/ARMmbed/mbed-os/pull/5353 to ensure spacing between bytes - either run at full speed with spacing, or low with no spacing",
MACRUM 0:119624335925 18 "value": false
MACRUM 0:119624335925 19 },
MACRUM 0:119624335925 20 "assume-spaced-spi": {
MACRUM 0:119624335925 21 "help": "If not using SPI spacing API, assume platform has widely-spaced bytes in bursts, so use full clock speed rather than low.",
MACRUM 0:119624335925 22 "value": false
MACRUM 0:119624335925 23 }
MACRUM 0:119624335925 24 },
MACRUM 0:119624335925 25 "target_overrides": {
MACRUM 0:119624335925 26 "STM": {
MACRUM 0:119624335925 27 "assume-spaced-spi": true
MACRUM 0:119624335925 28 }
MACRUM 0:119624335925 29 }
MACRUM 0:119624335925 30 }