sparkfun/SparkFun_ADXL345_Arduino_Library

error: ISO C++ forbids initialization

Mitchell-Findley opened this issue · 0 comments

initialization needs to be moved to constructor.

    int _CS = 10;
bool I2C = true;
unsigned long SPIfreq = 5000000;