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:
- 28:fbcd3bac0cd7
- Parent:
- 27:b6c3dd9a1d8c
- Child:
- 29:0ea07cc7124b
diff -r b6c3dd9a1d8c -r fbcd3bac0cd7 main.cpp
--- a/main.cpp Thu Oct 09 10:21:03 2014 +0000
+++ b/main.cpp Fri Oct 10 11:10:56 2014 +0000
@@ -14,16 +14,14 @@
#include "MenuManager.h"
-//Serial cPC(SERIAL_TX, SERIAL_RX);
-
int main()
{
// Share the I2C across multiple devices
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);
