Revision:
3:c3635fe3ca6f
Parent:
2:9bf595cade4b
Child:
4:a5c06ac163f1
--- a/PCF85063.cpp	Tue Feb 19 20:06:41 2019 +0000
+++ b/PCF85063.cpp	Tue Feb 19 20:22:28 2019 +0000
@@ -17,6 +17,20 @@
 #include "PCF85063.h"
 
 
+PCF85063::PCF85063 ( PinName sda, PinName scl, uint32_t addr, uint32_t freq )
+    : _i2c           ( sda, scl )
+    , _PCF85063_Addr ( addr )
+{
+    _i2c.frequency( freq );
+}
+
+
+PCF85063::~PCF85063()
+{
+}
+
+
+
 /**
  * @brief       PCF85063_SetTestMode ( PCF85063_control_1_ext_test_t )
  *