18 #ifndef _ADAFRUIT_LSM6DS33_H 19 #define _ADAFRUIT_LSM6DS33_H 23 #define LSM6DS33_CHIP_ID 0x69 35 bool _init(int32_t sensor_id);
Base class for use with LSM6DS series acclerometer gyro sensors from STMicroelectronics. DO NOT USE DIRECTLY. Specific sensor variants should be subclassed as needed.
Definition: Adafruit_LSM6DS.h:140
Class that stores state and functions for interacting with the LSM6DS33 I2C Digital Potentiometer...
Definition: Adafruit_LSM6DS33.h:29
Adafruit_LSM6DS33()
Instantiates a new LSM6DS33 class.
Definition: Adafruit_LSM6DS33.cpp:18