S McIntyre
Results
2
issues of
S McIntyre
I found this useful for testing whether communication was successful, or if I had interference from another device.
I was wondering if it would be valuable to update some of the SPI code. I'm referring to lines 49-52 in "SparkFun_ADXL345.cpp": ``` SPI.begin(); SPI.setDataMode(SPI_MODE3); pinMode(_CS, OUTPUT); digitalWrite(_CS, HIGH); ```...