hybridgroup/cylon-i2c

View on GitHub
docs/commands_lsm303dlhc.md

Summary

Maintainability
Test Coverage
# Commands

## getAccel

Gets the value of Accelerometer.

## getMag

Gets the value of Magnetometer.

## getTemp

Gets the value of the temperature in degrees Celsius.  Returns it as an object:

{
    temp: 19.9
}