18 #ifndef _ADAFRUIT_SENSOR_ADXL375_H 19 #define _ADAFRUIT_SENSOR_ADXL375_H 22 #include <Adafruit_ADXL343.h> 27 #define ADXL375_ADDRESS (0x53) 38 #define ADXL375_MG2G_MULTIPLIER (0.049) 50 int32_t sensorID = -1);
55 void setRange(adxl34x_range_t range);
Definition: Adafruit_ADXL375.h:44
adxl34x_range_t getRange(void)
Sets the g range for the accelerometer.
Definition: Adafruit_ADXL375.cpp:166
void getSensor(sensor_t *)
Gets the sensor_t data.
Definition: Adafruit_ADXL375.cpp:202
#define ADXL375_ADDRESS
Definition: Adafruit_ADXL375.h:27
bool begin(uint8_t i2caddr=ADXL375_ADDRESS)
Setups the HW (reads coefficients values, etc.)
Definition: Adafruit_ADXL375.cpp:83
void setRange(adxl34x_range_t range)
Sets the g range for the accelerometer, cannot be changed!
Definition: Adafruit_ADXL375.cpp:157
bool getEvent(sensors_event_t *)
Gets the most recent sensor event.
Definition: Adafruit_ADXL375.cpp:177
Adafruit_ADXL375(int32_t sensorID)
Instantiates a new ADXL375 class.
Definition: Adafruit_ADXL375.cpp:32