Playing With Fusion SHT3X Arduino Library
Loading...
Searching...
No Matches
PWFusion_SHT3X.h File Reference

Playing With Fusion SEN-37002 (SHT3X) Arduino library. More...

#include "Arduino.h"
#include "Wire.h"

Go to the source code of this file.

Classes

class  PWFusion_SHT3X_Data
 Holds data from a transaction with the SHT3X sensor. Stores raw data, user uses get* functions to retrieve formatted data. More...
 
class  PWFusion_SHT3X
 SHT3X device driver for Arduino. More...
 

Macros

#define SING_SHOT_HIGHREP   0x2400
 single shot measurement, high repeatability, no clock stretching
 
#define SING_SHOT_MEDREP   0x240B
 single shot measurement, medium repeatability, no clock stretching
 
#define SING_SHOT_LOWHREP   0x2416
 single shot measurement, low repeatability, no clock stretching
 
#define SHT3X_RESET   0x30A2
 soft reset the SHT3X device
 
#define SHT3X_HEATER_EN   0x306D
 command to enable heater
 
#define SHT3X_HEATER_DIS   0x3066
 command to disable heater
 
#define SHT3X_ADDR_PRIMARY   (0x44)
 Address to use for device if ADDR pin is tied to GND (solder jumper soldered)
 
#define SHT3X_ADDR_SECONDARY   (0x45)
 Address to use for device if ADDR pin is tied to VDD.
 

Detailed Description

Playing With Fusion SEN-37002 (SHT3X) Arduino library.