Library for the MAX11300

Dependents:   MAX_IOT_KIT MAX_IOT_KIT

Fork of MAX11300 by Maxim Integrated

The MAX11300/01/11/12 are configurable mixed signal integrated circuits. The MAX11300/11 offer a SPI interface while the MAX11301/12 offer an I2C interface. The MAX11300/01 are 20 port devices while the MAX11311/12 are 12 port devices.

This library supports the family of parts by providing member functions that can manipulate the GPIO, ADC, DAC, and analog switches of the device, after it has been configured. For configuration of the device, this library requires a header file that can be generated by the MAX11300/01/11/12 Configuration Software. The configuration software can be found at the following link.

https://www.maximintegrated.com/en/products/analog/data-converters/analog-to-digital-converters/MAX11300.html/tb_tab2

Include the generated MAX113XXHex.h file into your project and update the #include in MAX113XX_Pixi.h.

Revision:
18:8ee1928ffe6c
Parent:
17:658202c79f33
--- a/MAX113XX_Pixi.h	Sat May 13 00:11:38 2017 +0000
+++ b/MAX113XX_Pixi.h	Wed Sep 06 12:38:11 2017 -0700
@@ -169,6 +169,8 @@
         ///Diode connected Q2
         External2
     };
+	
+	static const uint8_t MAX_REGISTER_ADRS = 0x73;
     
     ///Command results
     enum CmdResult_e
@@ -351,4 +353,4 @@
 };
 
 
-#endif /* _MAX113XX_PIXI_H_ */
\ No newline at end of file
+#endif /* _MAX113XX_PIXI_H_ */