Platform HAL for rohm sensor drivers. Used for abstracting Arduino/mbed os/mbed classic.

Dependents:   rohm-bm1383-hello-mbedclassic rohm-bh1726-hello rohm-rpr0521-hello rohm-bh1745-hello ... more

Committer:
MikkoZ
Date:
Tue Apr 12 05:25:42 2016 +0000
Revision:
2:3bb8ae3a8dee
Parent:
1:4d6dc19a2347
Child:
3:309530db41ec
Repository url removed from module.json

yotta doesn't accept .hg repository url - removed from module.json.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MikkoZ 1:4d6dc19a2347 1 {
MikkoZ 1:4d6dc19a2347 2 "name": "rohm-sensor-hal",
MikkoZ 1:4d6dc19a2347 3 "version": "0.1.0",
MikkoZ 1:4d6dc19a2347 4 "license": "Apache-2.0",
MikkoZ 1:4d6dc19a2347 5 "description": "Rohm HAL for sensor driver development",
MikkoZ 1:4d6dc19a2347 6 "keywords": [
MikkoZ 1:4d6dc19a2347 7 "rohm",
MikkoZ 1:4d6dc19a2347 8 "hal"
MikkoZ 1:4d6dc19a2347 9 ],
MikkoZ 1:4d6dc19a2347 10 "author": "Mikko Koivunen",
MikkoZ 2:3bb8ae3a8dee 11 "homepage": "https://developer.mbed.org/teams/Rohm/code/rohm-sensor-hal",
MikkoZ 1:4d6dc19a2347 12 "dependencies": {
MikkoZ 1:4d6dc19a2347 13 "mbed-drivers": "1.2.0"
MikkoZ 1:4d6dc19a2347 14 }
MikkoZ 1:4d6dc19a2347 15 }