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
History
Fix debug print
2019-02-27, by MACRUM [Wed, 27 Feb 2019 04:43:21 +0000] rev 15
Fix debug print
fix array size setting by a varaible, which caused a compilation error.
2019-02-18, by Ren Boting [Mon, 18 Feb 2019 14:26:35 +0900] rev 14
fix array size setting by a varaible, which caused a compilation error.
Changes to make bh1790 working.; ; Changed return values and added two separate write commands to choose from. Not tested on other drivers (kx123), so don't update yet if you are not planning to make fixes.
2017-06-16, by MikkoZ [Fri, 16 Jun 2017 11:54:33 +0000] rev 13
Changes to make bh1790 working.; ; Changed return values and added two separate write commands to choose from. Not tested on other drivers (kx123), so don't update yet if you are not planning to make fixes.
Change_bits bugfix and highspeed functions.; ; - change_bit returnvalue inverted; - write return values added; - New functions for setting up highspeed 3.4MHz mode; ; Compiles, but not tested yet beyond basic read/write/change.
2016-10-06, by MikkoZ [Thu, 06 Oct 2016 10:33:05 +0000] rev 12
Change_bits bugfix and highspeed functions.; ; - change_bit returnvalue inverted; - write return values added; - New functions for setting up highspeed 3.4MHz mode; ; Compiles, but not tested yet beyond basic read/write/change.
Bugfix of bugfix; ; Fixed unspecified name error. Compiles again.
2016-10-03, by MikkoZ [Mon, 03 Oct 2016 13:47:05 +0000] rev 11
Bugfix of bugfix; ; Fixed unspecified name error. Compiles again.
Bugfix to FIFO write; ; - sad writing was 0 bytes with stop condition changed to 1 byte without stop
2016-10-03, by MikkoZ [Mon, 03 Oct 2016 13:34:09 +0000] rev 10
Bugfix to FIFO write; ; - sad writing was 0 bytes with stop condition changed to 1 byte without stop
Doxygen documentation updated.
2016-10-03, by MikkoZ [Mon, 03 Oct 2016 11:07:46 +0000] rev 9
Doxygen documentation updated.
Initial version of C++ RegisterWriter. Code ported from 'C'-library rohm-sensor-hal.
2016-09-29, by MikkoZ [Thu, 29 Sep 2016 15:10:08 +0000] rev 8
Initial version of C++ RegisterWriter. Code ported from 'C'-library rohm-sensor-hal.
Extra uint8_t definition removed; ; uint8_t definition in rohm_hal.h removed; .hgignore autoupdated by mbed classic ui;
2016-04-12, by MikkoZ [Tue, 12 Apr 2016 12:55:24 +0000] rev 7
Extra uint8_t definition removed; ; uint8_t definition in rohm_hal.h removed; .hgignore autoupdated by mbed classic ui;
Merge
2016-04-12, by Mikko Koivunen [Tue, 12 Apr 2016 11:00:43 +0300] rev 6
Merge