9 #ifndef ADXL345_DRIVER_H_
10 #define ADXL345_DRIVER_H_
19 #define ADXL_ALT_SLAVE_ADDRESS 0x53
28 void adxl345_driver_init(
void);
32 void adxl345_driver_init_slow(
void);
34 acc_data_t* adxl345_driver_get_acc_data_slow(
void);
structure containing the raw values + values on the 3 axis for the accelerometer
Definition: adxl345_driver.h:62