Merge pull request #126 from phl0/dev

Correct typo in HD44780.cpp (see Yahoo Group)
This commit is contained in:
Jonathan Naylor
2016-07-14 10:42:36 +01:00
committed by GitHub

View File

@@ -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);