Skip to content

Releases: wollewald/ADXL345_WE

Corrected few typos

11 Feb 23:02
a6a9305
Compare
Choose a tag to compare

No change to the code - only few typos in comments of example sketches.

FIFO reworked - now 32 x,y,z values available

11 Feb 21:07
d411c4c
Compare
Choose a tag to compare

In previous versions only 32 single values were available. I had ignored that the FIFO buffer needs to be read in a different way (multiple byte read). This is described in the Application Note AN 1025. The example sketches have also been changed accordingly.

Furthermore I have changed tabs in to spaces, since I have noticed that some people have problems with tabs.

Deleted a redundant line in init()

26 Jan 17:49
ba33986
Compare
Choose a tag to compare

Just deleted one redundant line in init();

English documentation available

22 Jan 20:19
8b7591b
Compare
Choose a tag to compare

English documentation available:

https://wolles-elektronikkiste.de/en/adxl345-the-universal-accelerometer-part-1

No change to the code. I just added the link to the files.

Bug fixed in ADXL345_fifo_fifo.ino

05 Jan 11:54
d154344
Compare
Choose a tag to compare

There was a bug in ADXL345_fifo_fifo.ino. The event variable needs to be set false at the beginning of the main loop.

Auto Sleep Function now available with wake up frequency change

04 Jan 16:39
f51f62f
Compare
Choose a tag to compare

Change to the code:

Auto Sleep function can now be called with the wake up frquency parameter.

Other changes:

  • I found several typos in the comments
  • Alternative I2C address added to all example sketches
  • Link added to the tutorial

Solved issue with the last release

24 Dec 14:44
9d953bc
Compare
Choose a tag to compare

Solved issue with the last release

Function added for pitch and roll

24 Dec 14:31
efbd73d
Compare
Choose a tag to compare

I have added function for calculation of pitch and roll in addition to the angle / corrected angles functions.

Small change to Readme and wiring scheme

24 Dec 10:18
9d953bc
Compare
Choose a tag to compare

Initial Release

23 Dec 16:04
29eaaff
Compare
Choose a tag to compare

First release of this library