ElectronAssetTracker icon indicating copy to clipboard operation
ElectronAssetTracker copied to clipboard

Library for the Electron Asset Tracker!

Results 14 ElectronAssetTracker issues
Sort by recently updated
recently updated
newest added

Veryfing code using this library in Particle Build fails with this error: ``` AssetTracker/AssetTracker.h:429:31: error: redeclaration of 'LIS3DH_RANGE_16_G' LIS3DH_RANGE_16_G = 0b11, // /- 16g ^ ```

So, as i understand it - Z axis determination is turned off, as it wasn't clear how to get the chip to cancel out the effects of gravity: setting: writeRegister8(REG_CTRL_REG2,...

Hi i have tried using the function getOrientation() which is private, i edit it and make it public, however there is no implementation on .cpp for it. Any ideas?

In the parse function, there is a test for the char 4 from the end to make sure it is a '_' followed by a checksum test if it is...