mirror of
https://github.com/esphome/esphome.git
synced 2025-03-16 07:38:17 +00:00
clang format correction
This commit is contained in:
parent
0fd4d2f4a0
commit
da5cd11732
@ -77,7 +77,8 @@ class DallasPio : public Component, public one_wire::OneWireDevice {
|
|||||||
void ds2408_write_state_(bool state, bool use_crc);
|
void ds2408_write_state_(bool state, bool use_crc);
|
||||||
uint16_t crc_;
|
uint16_t crc_;
|
||||||
bool crc_enabled_ = false;
|
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_reset_();
|
||||||
void crc_shift_byte_(uint8_t byte);
|
void crc_shift_byte_(uint8_t byte);
|
||||||
uint16_t crc_read_() const;
|
uint16_t crc_read_() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user