We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 333d017 + 1846b27 commit a024179Copy full SHA for a024179
src/LiquidCrystal_PCF8574.h
@@ -62,6 +62,7 @@ class LiquidCrystal_PCF8574 : public Print
62
// plus functions from LCDAPI:
63
void clear(); // same as init()
64
void setBacklight(int brightness);
65
+ inline void command(uint8_t value) { _send(value); }
66
67
// support of Print class
68
virtual size_t write(uint8_t ch);
0 commit comments