11class PCF8574LCDDisplay;
18 void setup()
override;
26 void send(uint8_t value,
bool rs)
override;
This Class provides the methods to read/write bytes from/to an i2c device.
void set_writer(pcf8574_lcd_writer_t &&writer)
void dump_config() override
void send(uint8_t value, bool rs) override
void call_writer() override
void write_n_bits(uint8_t value, uint8_t n) override
pcf8574_lcd_writer_t writer_
bool is_four_bit_mode() override
Providing packet encoding functions for exchanging data with a remote host.