MAX14690 Library

Dependents:   MAX32630HSP3_IMU_HelloWorld MAX32630HSP3_IMU_HelloWorld max32630fthr max4146x_comp ... more

Fork of MAX14690 by Greg Steiert

History

Changed I2C to pointer default tip

2017-10-16, by switches [Mon, 16 Oct 2017 19:41:16 +0000] rev 15

Changed I2C to pointer


Made _i2c private var a reference to comply with NonCopyable class from mbed lib.; https://github.com/ARMmbed/mbed-os/blob/master/platform/NonCopyable.h

2017-07-11, by j3 [Tue, 11 Jul 2017 18:27:54 +0000] rev 14

Made _i2c private var a reference to comply with NonCopyable class from mbed lib.; https://github.com/ARMmbed/mbed-os/blob/master/platform/NonCopyable.h


Cleaning up library. Removed typedef, passing I2C by reference.

2016-12-16, by switches [Fri, 16 Dec 2016 00:56:48 +0000] rev 13

Cleaning up library. Removed typedef, passing I2C by reference.


Added comments to register enumeration

2016-11-19, by switches [Sat, 19 Nov 2016 00:32:54 +0000] rev 12

Added comments to register enumeration


Cleaned up comments

2016-11-19, by switches [Sat, 19 Nov 2016 00:23:44 +0000] rev 11

Cleaned up comments


New library for MAX14690N

2016-11-18, by switches [Fri, 18 Nov 2016 22:06:28 +0000] rev 10

New library for MAX14690N


initial commit, work in progress

2016-11-10, by switches [Thu, 10 Nov 2016 16:06:11 +0000] rev 9

initial commit, work in progress


Code review updates

2016-10-19, by jessexm [Wed, 19 Oct 2016 22:32:56 +0000] rev 8

Code review updates


Moved result check inside if statement to avoid checking an uninitialized variable. Added additional note to register write command warning about breaking synchronization with variable by bypassing other functions.

2016-10-06, by switches [Thu, 06 Oct 2016 21:33:25 +0000] rev 7

Moved result check inside if statement to avoid checking an uninitialized variable. Added additional note to register write command warning about breaking synchronization with variable by bypassing other functions.


Updated comments to correct and improve doxygen documentation

2016-10-06, by switches [Thu, 06 Oct 2016 17:10:56 +0000] rev 6

Updated comments to correct and improve doxygen documentation