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:
- 22:dd8197db4478
- Parent:
- 21:c44cfd3259c0
- Child:
- 23:94d2f0d62247
--- a/main.cpp Tue Sep 02 07:12:23 2014 +0000 +++ b/main.cpp Wed Sep 03 06:01:27 2014 +0000 @@ -33,7 +33,7 @@ // Set up display modules Module * aModules[] = { - new TempModule(cLCD,cI2C,0x18), + new TempModule(cLCD,cI2C,0x18 << 1), new TimeModule(cLCD,cClock), new DateModule(cLCD,cClock), new SyncModule(cLCD,cClock),