SparkFun_LIS3DH_Arduino_Library icon indicating copy to clipboard operation
SparkFun_LIS3DH_Arduino_Library copied to clipboard

Library Improvements

Open oclyke opened this issue 4 years ago • 1 comments

These possible improvements came up on the SF forums: https://forum.sparkfun.com/viewtopic.php?f=83&t=52403&p=213211#p213211

The forum posts also include info on how to change to low power mode

  • Add a call to change to low power mode
  • Remove 'Wire.begin()' from the 'begin()' call (our new standard is to have users call this themselves so that they may choose things like clock frequency and it doesn't get overwritten by subsequent calls)
  • Allow users to specify their own I2C port (Wire, Wire1, Wire2, swWire, etc)

oclyke avatar Mar 11 '20 17:03 oclyke