RTC PCF2129 Library

Revision:
1:a2f545432493
Parent:
0:7f72438fee70
--- a/PCF2129.h	Thu Jul 16 14:51:05 2015 +0000
+++ b/PCF2129.h	Tue Jul 21 15:13:41 2015 +0000
@@ -70,9 +70,8 @@
      *
      *  @param I2C_sda      I2C-bus SDA pin
      *  @param I2C_scl      I2C-bus SCL pin
-     *  @param I2C_addr     I2C-bus slave address
      */
-    PCF2129( PinName sda, PinName scl , char addr);
+    PCF2129( PinName sda, PinName scl );
 
     /** Destractor
      */
@@ -117,7 +116,6 @@
     int     read_register( char reg_addr );
    
     I2C     m_i2c;
-    char    m_addr;
 }
 ;
 #endif  // end of "#ifndef MBED_PCF2129"