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.
Fork of SX1276_GPS by
Revision 22:dd8197db4478, committed 2014-09-03
- Comitter:
- vtraveller
- Date:
- Wed Sep 03 06:01:27 2014 +0000
- Parent:
- 21:c44cfd3259c0
- Child:
- 23:94d2f0d62247
- Commit message:
- Updated with RTC address
Changed in this revision
| RTclock.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/RTclock.lib Tue Sep 02 07:12:23 2014 +0000 +++ b/RTclock.lib Wed Sep 03 06:01:27 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/vtraveller/code/RTclock/#e5eabd3a1ca6 +http://mbed.org/users/vtraveller/code/RTclock/#9e7a91c34083
--- 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),
