Library for MAXREFDES72# that supports configuration of shield for different PMOD types and the DS3231 RTC

Dependencies:   ds3231 max14661

Dependents:   ard2pmod_demo max14724_hello_world ALS_Proximity_Demo

Ard2Pmod Shield Component Page

Revision:
6:9e75c6a2dff5
Parent:
4:349f2ec17a4b
Child:
7:d3881d2c2d6b
--- a/ard2pmod.h	Fri Nov 28 02:46:16 2014 +0000
+++ b/ard2pmod.h	Wed Dec 03 04:17:15 2014 +0000
@@ -113,6 +113,33 @@
 class Ard2Pmod : public Max14661, public Ds3231
 {
     public:
+    	/**************************************************************//**
+	    * Default constructor for Ard2Pmod Class, all mux switches open
+	    * Use with Max14661 member functions for custom mux settings
+	    *
+	    * On Entry:
+	    *
+	    * On Exit:
+	    *    @return none
+	    *
+	    * Example:
+		* @code
+		* #include "ard2pmod.h"
+		*
+		* int main(void)
+		* {  
+		*     Ard2Pmod ard2pmod();
+		*     
+		*     //main app.
+		*     for(;;)
+		*     {
+		*     }
+		* }
+		* @endcode
+		******************************************************************/
+		Ard2Pmod(); 
+		
+		
 	    /**************************************************************//**
 	    * Constructor for Ard2Pmod Class
 	    *