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:
MACRUM
Date:
Wed Feb 27 04:43:21 2019 +0000
Revision:
15:726c671efcce
Parent:
7:f83fa2f3cfab
Fix debug print

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MikkoZ 7:f83fa2f3cfab 1 syntax: regexp
MikkoZ 7:f83fa2f3cfab 2 \.hgignore$
MikkoZ 7:f83fa2f3cfab 3 \.git$
MikkoZ 7:f83fa2f3cfab 4 \.svn$
MikkoZ 7:f83fa2f3cfab 5 \.orig$
MikkoZ 7:f83fa2f3cfab 6 \.msub$
MikkoZ 7:f83fa2f3cfab 7 \.meta$
MikkoZ 7:f83fa2f3cfab 8 \.ctags
MikkoZ 7:f83fa2f3cfab 9 \.uvproj$
MikkoZ 7:f83fa2f3cfab 10 \.uvopt$
MikkoZ 7:f83fa2f3cfab 11 \.project$
MikkoZ 7:f83fa2f3cfab 12 \.cproject$
MikkoZ 7:f83fa2f3cfab 13 \.launch$
MikkoZ 7:f83fa2f3cfab 14 \.project$
MikkoZ 7:f83fa2f3cfab 15 \.cproject$
MikkoZ 7:f83fa2f3cfab 16 \.launch$
MikkoZ 7:f83fa2f3cfab 17 Makefile$
MikkoZ 7:f83fa2f3cfab 18 \.ewp$
MikkoZ 7:f83fa2f3cfab 19 \.eww$