This example program utilizes the MAX31856 mbed library available from Maxim Integrated at the following link: https://os.mbed.com/teams/Maxim-Integrated/code/MAX31856/

Dependencies:   MAX31856 mbed

Fork of MAX31856_example_program by Central Applications - Mbed Code repo

History

Switching library to public version. default tip

2017-09-29, by MI [Fri, 29 Sep 2017 22:41:44 +0000] rev 14

Switching library to public version.


Example code using the MAX31856 library

2017-09-14, by DevinAlexander [Thu, 14 Sep 2017 18:21:35 +0000] rev 13

Example code using the MAX31856 library


This library for the MAX31856 and sample code is verified to work with the MAX32600 MBED board

2017-09-14, by DevinAlexander [Thu, 14 Sep 2017 17:57:42 +0000] rev 12

This library for the MAX31856 and sample code is verified to work with the MAX32600 MBED board


First draft of the MAX31856 library

2017-08-01, by DevinAlexander [Tue, 01 Aug 2017 03:44:15 +0000] rev 11

First draft of the MAX31856 library


All that is left to do is redefine the sample program source code to explain the example program better

2017-08-01, by DevinAlexander [Tue, 01 Aug 2017 03:39:32 +0000] rev 10

All that is left to do is redefine the sample program source code to explain the example program better


Cleaned up the the last function

2017-08-01, by DevinAlexander [Tue, 01 Aug 2017 03:37:57 +0000] rev 9

Cleaned up the the last function


One function left to finalize which is setting thresholds;

2017-08-01, by DevinAlexander [Tue, 01 Aug 2017 03:29:15 +0000] rev 8

One function left to finalize which is setting thresholds;


Cleaned up the code a significant amount and started restructuring the .h file significantly!

2017-07-31, by DevinAlexander [Mon, 31 Jul 2017 18:46:49 +0000] rev 7

Cleaned up the code a significant amount and started restructuring the .h file significantly!


Fixed errors that was causing compilation errors. It was due to some #defines in the mask register options that had extra close parenthesis, and it caused an issue with compilation due to not enough parameters being inputted into the readWriteRgitser

2017-07-31, by DevinAlexander [Mon, 31 Jul 2017 18:10:24 +0000] rev 6

Fixed errors that was causing compilation errors. It was due to some #defines in the mask register options that had extra close parenthesis, and it caused an issue with compilation due to not enough parameters being inputted into the readWriteRgitser


The code doesn't compile - check for errors next work day

2017-07-31, by DevinAlexander [Mon, 31 Jul 2017 07:55:00 +0000] rev 5

The code doesn't compile - check for errors next work day