An open API service indexing awesome lists of open source software.

https://github.com/jgromes/rohmmultisensor

Arduino library for ROHM Sensor Evaluation Kit
https://github.com/jgromes/rohmmultisensor

arduino bd1020hfv bd7411g bh1745nuc bm1383glv bm1422gmv kx022-1020 ml8511a rohm rpr-0521rs sensor

Last synced: 13 days ago
JSON representation

Arduino library for ROHM Sensor Evaluation Kit

Awesome Lists containing this project

README

        

# RohmMultiSensor

## Arduino library for ROHM Sensor Evaluation Kit

DISCLAIMER: This library is provided 'AS IS'. See `license.txt` for details.

This library is an alternative to the libraries provided by ROHM. See [ROHM webpage](http://www.rohm.com/web/global/sensor-shield-support) for details on the ROHM Sensor Evaluation Kit.

Main purpose of this library is to allow easier, more lightweight interfacing with ROHM sensors.

When using all currently supported sensors with RohmMultiSensor and a simple serial output, the sketch after compilation (for Arduino UNO) uses 20% less program storage space and 30% less dynamic memory that the libraries provided by ROHM need!

Furthemore, RohmMultiSensor is a single library, as opposed to ROHM-provided one-library-per-sensor.

Finally, this library is compliant with Arduino IDE 1.5 specification.

## As a part of the API changes, all documentation has been moved to the [Wiki](https://github.com/jgromes/RohmMultiSensor/wiki)! ##