Version 2.0.3
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 getRawAccelDataso it can read 8-bit buffer data as well as 16-bit
- Adds getRawAccelRegisterDataandgetRawAccelBufferDataallowing the data to be read faster if you already know if the buffer is being used and the data resolution