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:
Mon Apr 11 08:26:39 2016 +0000
Revision:
0:38c206f19bb7
Child:
1:4d6dc19a2347
Added initial version of i2C HAL

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MikkoZ 0:38c206f19bb7 1 {
MikkoZ 0:38c206f19bb7 2 "name": "rohm-sensor-hal",
MikkoZ 0:38c206f19bb7 3 "version": "0.0.0",
MikkoZ 0:38c206f19bb7 4 "description": "Rohm HAL for sensor driver development",
MikkoZ 0:38c206f19bb7 5 "keywords": [
MikkoZ 0:38c206f19bb7 6 "rohm",
MikkoZ 0:38c206f19bb7 7 "hal"
MikkoZ 0:38c206f19bb7 8 ],
MikkoZ 0:38c206f19bb7 9 "author": "Mikko Koivunen",
MikkoZ 0:38c206f19bb7 10 "repository": {
MikkoZ 0:38c206f19bb7 11 "url": "",
MikkoZ 0:38c206f19bb7 12 "type": "git"
MikkoZ 0:38c206f19bb7 13 },
MikkoZ 0:38c206f19bb7 14 "license": "Apache-2.0",
MikkoZ 0:38c206f19bb7 15 "dependencies": {}
MikkoZ 0:38c206f19bb7 16 }
MikkoZ 0:38c206f19bb7 17