Correct typo in HD44780.cpp (see Yahoo Group)

This commit is contained in:
phl0 2016-07-13 22:07:37 +02:00
parent 0c5ebbd254
commit f64be220c8
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

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