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:
Thu Sep 29 15:10:08 2016 +0000
Revision:
8:dea50f607a45
Parent:
3:309530db41ec
Initial version of C++ RegisterWriter. Code ported from 'C'-library rohm-sensor-hal.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Mikko Koivunen 3:309530db41ec 1 {
MikkoZ 8:dea50f607a45 2 "name": "RegisterWriter",
Mikko Koivunen 3:309530db41ec 3 "version": "0.1.0",
Mikko Koivunen 3:309530db41ec 4 "license": "Apache-2.0",
MikkoZ 8:dea50f607a45 5 "description": "Rohm HAL cpp 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": {
MikkoZ 8:dea50f607a45 12 "url": "https://github.com/MikkoZ-Rohm/RegisterWriter.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 }