Fork of Ds3231 library that replaces inheritance of I2C class with a private member var of type I2C *

Dependents:   ard2pmod DS3231_Alarm_Demo MAXREFDES130_131_Demo MAXREFDES130_Demo

Fork of ds3231 by Maxim Integrated

Revision:
16:e1c0f63595d9
Parent:
15:16ca4c747252
--- a/ds3231.h	Mon Mar 28 19:17:34 2016 +0000
+++ b/ds3231.h	Sun Aug 21 01:39:50 2016 +0000
@@ -151,7 +151,10 @@
     uint8_t status; 
 }ds3231_cntl_stat_t;
         
-                
+
+/**
+* @brief DS3231 Class
+*/                
 class Ds3231
 {
     public: