Skip to content

Releases: adafruit/Adafruit_CircuitPython_LIS3DH

Update examples.

06 Sep 01:19
Compare
Choose a tag to compare

Update Fidget spinner examples.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Add ability to set CLICK_CFG register.

02 Jun 00:04
Compare
Choose a tag to compare

Add ability to specify the click detection configuration register value (CLICK_CFG) directly in the set_click function. Specify the click_cfg parameter with an 8-bit value and this will be used for the click configuration. This is useful for overriding the click config in special cases like only detecting one axis (vs. all 3 as is the default).

0.1.0 - Now with more SI units.

11 Apr 00:17
Compare
Choose a tag to compare

This requires CircuitPython 0.9.4+!

  • Replace read_accel_g with acceleration attribute that is in m / s ^ 2 instead of Gs.
  • Switch to new BusDevice API.
  • Switch examples to nativeio split APIs.

SPI bug fix

28 Feb 08:38
Compare
Choose a tag to compare

Small fix for SPI mode multiple byte read. Note this version requires CircuitPython 0.9.0 or higher as it depends on recent SPI write/read API changes.

Initial release

24 Feb 06:46
Compare
Choose a tag to compare

Manually creating release because Travis CI is apparently down!