Adafruit LSM6DS Sensors Library
Adafruit_LSM6DS33.h
Go to the documentation of this file.
1 
18 #ifndef _ADAFRUIT_LSM6DS33_H
19 #define _ADAFRUIT_LSM6DS33_H
20 
21 #include "Adafruit_LSM6DS.h"
22 
23 #define LSM6DS33_CHIP_ID 0x69
24 
25 
30 public:
32  ~Adafruit_LSM6DS33(){};
33 
34 private:
35  bool _init(int32_t sensor_id);
36 };
37 
38 #endif
Class that stores state and functions for interacting with the LSM6DS I2C Accel/Gyro.
Definition: Adafruit_LSM6DS.h:139
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