Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX1276Lib AdaFruit_RGBLCD MCP23017 mbed
Fork of AdaFruit_RGBLCD by
Diff: main.cpp
- Revision:
- 26:0cfd95d8f270
- Parent:
- 25:24654d08a99a
- Child:
- 27:b6c3dd9a1d8c
--- a/main.cpp Thu Oct 09 08:03:20 2014 +0000 +++ b/main.cpp Thu Oct 09 10:03:04 2014 +0000 @@ -2,6 +2,7 @@ #include "lcdadafruit.h" #include "lcd2004.h" +#include "keyreaderadafruit.h" #include "keyreadernull.h" #include "RTclock.h" @@ -23,7 +24,8 @@ //LCDadafruit cLCD(cI2C); LCD2004 cLCD(cI2C); - KeyReaderNull cKeys(cI2C); + //KeyReaderNull cKeys(cI2C); + KeyReaderAdafruit cKeys(cI2C); RTclock cClock(cI2C, 0x68 << 1, RTclock::eDS3231);