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 04:57:59 2016 +0000
Revision:
1:4d6dc19a2347
Parent:
0:38c206f19bb7
Child:
2:3bb8ae3a8dee
Added support for mbed OS

Added support for mbed OS.
Successfully compiled and tested program for frdm-k64f-gcc/bm1383.

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 1:4d6dc19a2347 11 "repository": {
MikkoZ 1:4d6dc19a2347 12 "url": "https://developer.mbed.org/teams/Rohm/code/rohm-sensor-hal",
MikkoZ 1:4d6dc19a2347 13 "type": "hg"
MikkoZ 1:4d6dc19a2347 14 },
MikkoZ 1:4d6dc19a2347 15 "dependencies": {
MikkoZ 1:4d6dc19a2347 16 "mbed-drivers": "1.2.0"
MikkoZ 1:4d6dc19a2347 17 }
MikkoZ 1:4d6dc19a2347 18 }