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:
8:4291f7e54863
Parent:
7:8669a53acd0d
Child:
9:094df3de3616
--- a/MAX113XX_Pixi.h	Fri May 05 19:13:28 2017 +0000
+++ b/MAX113XX_Pixi.h	Fri May 05 19:23:16 2017 +0000
@@ -38,13 +38,13 @@
 #include "MAX113XX_Pixi_Config.h" 
 
 /**
-@brief MAX11300 - PIXI, 20-Port Programmable Mixed-Signal I/O with 
+@brief MAX113XX - PIXI, 20/12-Port Programmable Mixed-Signal I/O with 
 12-Bit ADC, 12-Bit DAC, Analog Switches, and GPIO
 
-The MAX11300 integrates a PIXI™, 12-bit, multichannel, analog-to-digital 
+The MAX113XX family integrates a PIXI™, 12-bit, multichannel, analog-to-digital 
 converter (ADC) and a 12-bit, multichannel, buffered digital-to-analog 
-converter (DAC) in a single integrated circuit (IC). This device offers 
-20 mixed-signal high-voltage, bipolar ports, which are configurable as an 
+converter (DAC) in a single integrated circuit (IC). These devices offers 
+20/12 mixed-signal high-voltage, bipolar ports, which are configurable as an 
 ADC analog input, a DAC analog output, a general-purpose input port (GPI), 
 a general-purpose output port (GPO), or an analog switch terminal. 
 One internal and two external temperature sensors track junction and 
@@ -54,7 +54,7 @@
 
 Use configuration software found at
 https://www.maximintegrated.com/en/products/analog/data-converters/analog-to-digital-converters/MAX11300.html/tb_tab2
-to generate MAX11300hex.h file
+to generate MAX113XX_Pixi_Config.h file
 */
 class MAX113XX_Pixi
 {