CaryCoders / Mbed 2 deprecated demo_SX1276_standalone

Dependencies:   SX1276Lib mbed

Fork of SX1276_GPS by CaryCoders

Files at this revision

API Documentation at this revision

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),