Adafruit ADT7410 Library
|
#include "Arduino.h"
#include <Adafruit_BusIO_Register.h>
#include <Adafruit_I2CDevice.h>
#include <Adafruit_Sensor.h>
Go to the source code of this file.
Classes | |
class | Adafruit_ADT7410 |
Class that stores state and functions for interacting with ADT7410 Temp Sensor. More... | |
Macros | |
#define | ADT7410_I2CADDR_DEFAULT 0x48 |
I2C address. | |
#define | ADT7410_REG__ADT7410_TEMPMSB 0x0 |
Temp. value MSB. | |
#define | ADT7410_REG__ADT7410_TEMPLSB 0x1 |
Temp. value LSB. | |
#define | ADT7410_REG__ADT7410_STATUS 0x2 |
Status register. | |
#define | ADT7410_REG__ADT7410_CONFIG 0x3 |
Configuration register. | |
#define | ADT7410_REG__ADT7410_ID 0xB |
Manufacturer identification. | |
#define | ADT7410_REG__ADT7410_SWRST 0x2F |
Temperature hysteresis. | |
Enumerations | |
enum | adt7410Resolution { ADT7410_13BIT = 0, ADT7410_16BIT } |
I2C Driver for Microchip's ADT7410 I2C Temp sensor
This is a library for the Adafruit ADT7410 breakout: http://www.adafruit.com/products/xxxx
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
BSD license (see license.txt)
enum adt7410Resolution |
Options for resolution