ISL1208 library based on original ISL1208 library, modified to suit our needs.
Fork of ISL1208 by
History
i2c object in library converted to a pointer to i2c object to more easily add several devices on i2c bus.
2018-04-03, by goranirnas [Tue, 03 Apr 2018 09:08:36 +0000] rev 7
i2c object in library converted to a pointer to i2c object to more easily add several devices on i2c bus.
Added an I2C frequency argument to the constructor
2014-05-02, by neilt6 [Fri, 02 May 2014 17:27:38 +0000] rev 6
Added an I2C frequency argument to the constructor
Minor C++ syntax improvements
2013-11-12, by neilt6 [Tue, 12 Nov 2013 21:42:44 +0000] rev 5
Minor C++ syntax improvements
open() no longer configures the oscillator
2013-11-12, by neilt6 [Tue, 12 Nov 2013 17:15:20 +0000] rev 4
open() no longer configures the oscillator
Updated to use repeated start in read methods
2013-11-07, by neilt6 [Thu, 07 Nov 2013 18:21:19 +0000] rev 3
Updated to use repeated start in read methods
Minor improvements
2013-11-07, by neilt6 [Thu, 07 Nov 2013 17:58:43 +0000] rev 2
Minor improvements
Improved example
2013-09-16, by neilt6 [Mon, 16 Sep 2013 22:06:51 +0000] rev 1
Improved example
Initial commit
2013-09-09, by neilt6 [Mon, 09 Sep 2013 19:32:41 +0000] rev 0
Initial commit