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