Adafruit LSM6DS Sensors Library
Adafruit_ISM330DHCX.h
Go to the documentation of this file.
1 
18 #ifndef _ADAFRUIT_ISM330DHCX_H
19 #define _ADAFRUIT_ISM330DHCX_H
20 
21 #include "Adafruit_LSM6DSOX.h"
22 
23 #define ISM330DHCX_CHIP_ID 0x6B
24 
25 
30 public:
33 
34 private:
35  bool _init(int32_t sensor_id);
36 };
37 
38 #endif
Class that stores state and functions for interacting with the ISM330DHCX I2C Digital Potentiometer...
Definition: Adafruit_ISM330DHCX.h:29
Adafruit_ISM330DHCX()
Instantiates a new ISM330DHCX class.
Definition: Adafruit_ISM330DHCX.cpp:18
Class that stores state and functions for interacting with the LSM6DSOX I2C Digital Potentiometer...
Definition: Adafruit_LSM6DSOX.h:42