SparkFun_ADXL345_Arduino_Library icon indicating copy to clipboard operation
SparkFun_ADXL345_Arduino_Library copied to clipboard

error: ISO C++ forbids initialization

Open Mitchell-Findley opened this issue 7 years ago • 0 comments

initialization needs to be moved to constructor.

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

Mitchell-Findley avatar Mar 21 '18 01:03 Mitchell-Findley