Adam Harley
Adam Harley
The 'View on GitHub' links in the API documentation are all broken. I've used a quick script included below for reference to try and align them with the actual GitHub...
The i2c i/o error code currently tried to use `e` which only exists in the scope of the earlier `except` block. The correct scope variable is `error` which `e` is...
`README.md` mentions a non-existent `LICENSE.md` file. There is no clear license attached to the code but `SparkFun_ADXL345.cpp` states: `Modified Bildr ADXL345 Source File @ http://code.bildr.org/download/959.zip to support both I2C and...