…so made little endian by default to match accelerometertestdata
@piense I had to modify your parser to fix the issue @SafetyLok was seeing. I think the issue was due to typos. Too many bytes for a 16bit int etc. Conversion functions didn't error when given too many bytes. Ive added checks now, but it might be worth reworking them so the code is cleaner at some point
…so made little endian by default to match accelerometertestdata @piense I had to modify your parser to fix the issue @SafetyLok was seeing. I think the issue was due to typos. Too many bytes for a 16bit int etc. Conversion functions didn't error when given too many bytes. Ive added checks now, but it might be worth reworking them so the code is cleaner at some point