#include <SHTC3.h>
|
bool | checkCRC (const uint8_t *data) |
|
uint8_t | crc8 (const uint8_t *data, uint8_t len) |
|
◆ SHTC3()
◆ begin()
bool SHTC3::begin |
( |
bool |
do_sample = false | ) |
|
◆ checkCRC()
bool SHTC3::checkCRC |
( |
const uint8_t * |
data | ) |
|
|
inlineprivate |
◆ crc8()
uint8_t SHTC3::crc8 |
( |
const uint8_t * |
data, |
|
|
uint8_t |
len |
|
) |
| |
|
private |
◆ readHumidity() [1/2]
float SHTC3::readHumidity |
( |
| ) |
|
◆ readHumidity() [2/2]
float SHTC3::readHumidity |
( |
| ) |
|
◆ readTempC() [1/2]
float SHTC3::readTempC |
( |
| ) |
|
◆ readTempC() [2/2]
float SHTC3::readTempC |
( |
| ) |
|
◆ reset()
◆ sample()
bool SHTC3::sample |
( |
uint16_t |
readcmd = SHTC3_READ_LP , |
|
|
uint8_t |
pause = 0 |
|
) |
| |
◆ sleep()
◆ twiCommand()
bool SHTC3::twiCommand |
( |
uint16_t |
cmd, |
|
|
uint8_t |
stop = true |
|
) |
| |
◆ twiTransfer()
bool SHTC3::twiTransfer |
( |
uint16_t |
cmd, |
|
|
uint8_t * |
data, |
|
|
uint8_t |
len, |
|
|
uint8_t |
pause = 0 |
|
) |
| |
◆ wakeup()
◆ _h
◆ _t
◆ _wire
The documentation for this class was generated from the following files: