ESPHome  2024.4.2
Data Structures | Functions
esphome::htu31d Namespace Reference

Data Structures

class  HTU31DComponent
 

Functions

uint8_t compute_crc (uint32_t value)
 Computes a CRC result for the provided input. More...
 

Function Documentation

◆ compute_crc()

uint8_t esphome::htu31d::compute_crc ( uint32_t  value)

Computes a CRC result for the provided input.

Returns
the computed CRC result for the provided input

Definition at line 50 of file htu31d.cpp.