CaryCoders
/
demo_SX1276_standalone
standalone sx1276 demo program
Fork of SX1276_GPS by
Diff: main.cpp
- Revision:
- 27:b6c3dd9a1d8c
- Parent:
- 26:0cfd95d8f270
- Child:
- 28:fbcd3bac0cd7
diff -r 0cfd95d8f270 -r b6c3dd9a1d8c main.cpp --- a/main.cpp Thu Oct 09 10:03:04 2014 +0000 +++ b/main.cpp Thu Oct 09 10:21:03 2014 +0000 @@ -22,8 +22,8 @@ I2C cI2C(I2C_SDA, I2C_SCL); // D3, D6 cI2C.frequency(400000); // I2C can handle two different frequencies - switch to high speed if asked - //LCDadafruit cLCD(cI2C); - LCD2004 cLCD(cI2C); + LCDadafruit cLCD(cI2C); + //LCD2004 cLCD(cI2C); //KeyReaderNull cKeys(cI2C); KeyReaderAdafruit cKeys(cI2C);