Grove 3 Axis Digital Accelerometer

I am trying to use the digital accelerometer with my Arduino MKR1000. I have look at the guide on seeed and installed the libraries from GitHub via the link on the product page. When I try to run it I receive the error message below. I have checked that the ADXL345.h library is installed.

The error in the compiler says no matching function for call to ADXL345::ADXL345()

@gareth Which lib are you using ? can you share the code and full error message.