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:
Mikko Koivunen
Date:
Tue Apr 12 10:50:18 2016 +0300
Revision:
3:309530db41ec
Parent:
2:3bb8ae3a8dee
Child:
8:dea50f607a45
Updated files to work with GIT.

Updated files to work with GIT. Source for mbed classic Mercurial repository
is in github git-repository.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Mikko Koivunen 3:309530db41ec 1 {
Mikko Koivunen 3:309530db41ec 2 "name": "rohm-sensor-hal",
Mikko Koivunen 3:309530db41ec 3 "version": "0.1.0",
Mikko Koivunen 3:309530db41ec 4 "license": "Apache-2.0",
Mikko Koivunen 3:309530db41ec 5 "description": "Rohm HAL for sensor driver development",
Mikko Koivunen 3:309530db41ec 6 "keywords": [
Mikko Koivunen 3:309530db41ec 7 "rohm",
Mikko Koivunen 3:309530db41ec 8 "hal"
Mikko Koivunen 3:309530db41ec 9 ],
Mikko Koivunen 3:309530db41ec 10 "author": "Mikko Koivunen",
Mikko Koivunen 3:309530db41ec 11 "repository": {
Mikko Koivunen 3:309530db41ec 12 "url": "https://github.com/MikkoZ-Rohm/rohm-sensor-hal1.git",
Mikko Koivunen 3:309530db41ec 13 "type": "git"
Mikko Koivunen 3:309530db41ec 14 },
Mikko Koivunen 3:309530db41ec 15 "dependencies": {
Mikko Koivunen 3:309530db41ec 16 "mbed-drivers": "1.2.0"
Mikko Koivunen 3:309530db41ec 17 }
Mikko Koivunen 3:309530db41ec 18 }