Skip to content

Version 2.0.3

Compare
Choose a tag to compare
@PaulZC PaulZC released this 18 Jan 11:51
· 19 commits to main since this release
1ee93c0

This release:

  • Changes the bitfield definitions in regs.h to LSB-first
  • Changes the methods in .cpp so they use the bitfields instead of hard-coded bit patterns
  • Corrects OR-ing of data into the registers, using the bitfields to set/clear
  • Corrects setRange ( see #19 )
  • Improves getRawAccelData so it can read 8-bit buffer data as well as 16-bit
  • Adds getRawAccelRegisterData and getRawAccelBufferData allowing the data to be read faster if you already know if the buffer is being used and the data resolution