14 #ifndef _ADAFRUIT_TMP119_H 15 #define _ADAFRUIT_TMP119_H 19 #define TMP119_CHIP_ID 0x2117 29 int32_t sensor_id = 119);
32 bool _init(int32_t sensor_id)
override;
Class that stores state and functions for interacting with the TMP117 High-Accuracy Temperature Senso...
Definition: Adafruit_TMP117.h:135
Adafruit_TMP119()
Construct a new Adafruit_TMP119::Adafruit_TMP119 object.
Definition: Adafruit_TMP119.cpp:22
#define TMP117_I2CADDR_DEFAULT
TMP117 default i2c address.
Definition: Adafruit_TMP117.h:26
bool begin(uint8_t i2c_addr=TMP117_I2CADDR_DEFAULT, TwoWire *wire=&Wire, int32_t sensor_id=119)
Sets up the hardware and initializes I2C.
Definition: Adafruit_TMP119.cpp:32
Class that stores state and functions for interacting with the TMP119 High-Accuracy Temperature Senso...
Definition: Adafruit_TMP119.h:25
bool _init(int32_t sensor_id) override
Initializer for post bus-init setup (TMP119 variant)
Definition: Adafruit_TMP119.cpp:49