fork of library for MAX14661 16:2 mux

Dependents:   ard2pmod

Fork of max14661 by Maxim Integrated

History

removed inheritance of I2C class and used private member var instead default tip

2016-03-29, by j3 [Tue, 29 Mar 2016 00:58:54 +0000] rev 12

removed inheritance of I2C class and used private member var instead


fixed some comments

2015-09-29, by j3 [Tue, 29 Sep 2015 23:06:01 +0000] rev 11

fixed some comments


Added second constructor for passing a pointer to an existing I2C object; Removed inheritance of the I2C class

2015-09-29, by j3 [Tue, 29 Sep 2015 22:26:09 +0000] rev 10

Added second constructor for passing a pointer to an existing I2C object; Removed inheritance of the I2C class


moved enums into class

2015-03-17, by j3 [Tue, 17 Mar 2015 00:05:40 +0000] rev 9

moved enums into class


Updated copyright to 2015

2015-03-12, by j3 [Thu, 12 Mar 2015 19:36:17 +0000] rev 8

Updated copyright to 2015


Updated to version 1.0 for initial release

2015-03-12, by j3 [Thu, 12 Mar 2015 19:15:22 +0000] rev 7

Updated to version 1.0 for initial release


fixed pointer bug in read shadow registers fx

2015-02-07, by j3 [Sat, 07 Feb 2015 21:55:29 +0000] rev 6

fixed pointer bug in read shadow registers fx


updated doxy format for enumerated types

2014-12-05, by j3 [Fri, 05 Dec 2014 22:38:56 +0000] rev 5

updated doxy format for enumerated types


changed input args to write fx from an array to two 16 bit ints that represent switch states for each bank. Fixed C0PY_SHADOW to COPY_SHADOW

2014-11-21, by j3 [Fri, 21 Nov 2014 04:31:05 +0000] rev 4

changed input args to write fx from an array to two 16 bit ints that represent switch states for each bank. Fixed C0PY_SHADOW to COPY_SHADOW


test

2014-11-19, by j3 [Wed, 19 Nov 2014 04:24:12 +0000] rev 3

test