InetrfaceProducts NXP / Mbed 2 deprecated PCF2127_Hello

Dependencies:   PCF2127 mbed

Files at this revision

API Documentation at this revision

Comitter:
nxp_ip
Date:
Wed Dec 10 02:08:15 2014 +0000
Parent:
1:86dc8dfe6a20
Commit message:
version to include latest library

Changed in this revision

PCF2127.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/PCF2127.lib	Wed Dec 10 01:45:09 2014 +0000
+++ b/PCF2127.lib	Wed Dec 10 02:08:15 2014 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/nxp_ip/code/PCF2127/#db76c68f998f
+http://developer.mbed.org/users/nxp_ip/code/PCF2127/#e2a6ac61fcbd
--- a/main.cpp	Wed Dec 10 01:45:09 2014 +0000
+++ b/main.cpp	Wed Dec 10 02:08:15 2014 +0000
@@ -2,7 +2,7 @@
  *  A sample code for PCF2127 library
  *
  *  @author     Akifumi (Tedd) OKANO, NXP Semiconductors
- *  @version    1.7
+ *  @version    1.8
  *  @date       10-Dec-2014
  *
  *  PCF2127 is a "real time clock (RTC)" module which is including a Xtal and TCXO
@@ -131,19 +131,3 @@
     rtc.RAM_write( 16, (char *)texts[ t % 4 ], strlen( texts[ t % 4 ] ) + 1 );
 }
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-