CaryCoders
/
demo_SX1276_standalone
standalone sx1276 demo program
Fork of SX1276_GPS 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);