From f64be220c853a28520b98e4a0799215e87205f2f Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 13 Jul 2016 22:07:37 +0200 Subject: [PATCH] Correct typo in HD44780.cpp (see Yahoo Group) --- HD44780.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HD44780.cpp b/HD44780.cpp index 3d33c86..6ecd457 100644 --- a/HD44780.cpp +++ b/HD44780.cpp @@ -240,7 +240,7 @@ bool CHD44780::open() void CHD44780::adafruitLCDSetup() { // The other control pins are initialised with lcdInit() - ::mcp23017Setup(AF_BASE, m_i2caddress); + ::mcp23017Setup(AF_BASE, m_i2cAddress); // Backlight LEDs ::pinMode(AF_RED, OUTPUT);