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:
3:64d54fa4dd3c
Parent:
0:bb62cd328247
Child:
4:349f2ec17a4b
--- a/ard2pmod.h	Fri Nov 21 04:39:49 2014 +0000
+++ b/ard2pmod.h	Mon Nov 24 23:15:36 2014 +0000
@@ -61,7 +61,9 @@
 
 typedef enum
 {
-	PMOD_TYPE_I2C,
+	PMOD_TYPE_I2C_A,
+	PMOD_TYPE_I2C_B,
+	PMOD_TYPE_I2C_AB,
 	PMOD_TYPE_1_GPIO,
 	PMOD_TYPE_2_SPI,
 	PMOD_TYPE_3_UART,