1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

clang format correction

This commit is contained in:
Thierry DUVERNOY 2025-01-25 15:09:59 +01:00
parent 0fd4d2f4a0
commit da5cd11732

View File

@ -77,7 +77,8 @@ class DallasPio : public Component, public one_wire::OneWireDevice {
void ds2408_write_state_(bool state, bool use_crc);
uint16_t crc_;
bool crc_enabled_ = false;
bool ds2406_verify_crc_(uint8_t control1, uint8_t control2, uint8_t info, uint8_t io_state, uint16_t received_crc);
bool ds2406_verify_crc_(uint8_t control1, uint8_t control2, uint8_t channel_info_byte, uint8_t io_state,
uint16_t received_crc);
void crc_reset_();
void crc_shift_byte_(uint8_t byte);
uint16_t crc_read_() const;