library for MAX14661 16:2 mux

Dependents:   ard2pmod MAX14661_Demo

MAX14661 Component Page

Revision:
1:c1fdfe4c2354
Parent:
0:c770ad7363c8
Child:
2:88c168ddc145
--- a/max14661.h	Mon Nov 17 21:22:48 2014 +0000
+++ b/max14661.h	Mon Nov 17 23:57:52 2014 +0000
@@ -137,7 +137,7 @@
     
     public:
         /**********************************************************//**
-        * Instantiates object and attaches MAX14661 to I2C buss
+        * Constructor for Max14661 Class
         *
         * On Entry:
         *     @param[in] p_i2c - pointer to I2C object for bus
@@ -228,13 +228,7 @@
         *     @return return value = 0 on success, non-0 on failure
         *
         * Example:
-        * @code
-        *
-        * I2C i2c_bus(D14, D15); //instantiate I2C bus
-        * I2C * p_i2c_bus = &i2c_bus; //create pointer to bus
-        * 
-        * //instantiate mux object
-        * Max14661 mux(p_i2c_bus, MAX14661_I2C_ADRS0);   
+        * @code  
         *
         * I2C i2c_bus(D14, D15); //instantiate I2C bus
         * I2C * p_i2c_bus = &i2c_bus; //create pointer to bus