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

Dependencies:   ds3231 max14661

Dependents:   ard2pmod_demo

Fork of ard2pmod by Maxim Integrated

Revision:
8:ba836e6932af
Parent:
7:d3881d2c2d6b
Child:
10:e37f2a9a2f32
--- a/ard2pmod.h	Wed Dec 03 21:02:00 2014 +0000
+++ b/ard2pmod.h	Fri Dec 05 23:07:20 2014 +0000
@@ -58,7 +58,9 @@
 #define ARD2PMOD_SDA D14
 #define ARD2PMOD_SCL D15
 
-
+/**
+* pmod_type_t - enumerated PMOD types
+*/
 typedef enum
 {
 	PMOD_TYPE_I2C_A,