Class for making communication easier from code to i2c connected Rohm/Kionix sensors. Maybe could be used later also for abstracting Arduino/mbed os. Code ported from 'C'-library rohm-sensor-hal.

Dependents:   kionix-kx123-hello rohm-bh1790glc-hello simple-sensor-client rohm-SensorShield-example

Fork of rohm-sensor-hal by Rohm

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 }