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

Changes

RevisionDateWhoCommit message
14:88d5d2558149 2017-09-29 MI Switching library to public version. default tip
13:252e7fdba4c4 2017-09-14 DevinAlexander Example code using the MAX31856 library
12:f3d87351cc34 2017-09-14 DevinAlexander This library for the MAX31856 and sample code is verified to work with the MAX32600 MBED board
11:6e9902271e34 2017-08-01 DevinAlexander First draft of the MAX31856 library
10:4b907f32b4d4 2017-08-01 DevinAlexander All that is left to do is redefine the sample program source code to explain the example program better
9:2d284cc2f65c 2017-08-01 DevinAlexander Cleaned up the the last function
8:8723d0006097 2017-08-01 DevinAlexander One function left to finalize which is setting thresholds;
7:2e45068189b1 2017-07-31 DevinAlexander Cleaned up the code a significant amount and started restructuring the .h file significantly!
6:e1200ae7d6a3 2017-07-31 DevinAlexander 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
5:3a51bb306f41 2017-07-31 DevinAlexander The code doesn't compile - check for errors next work day
4:589401418bf0 2017-07-31 DevinAlexander Doxygen info re-added in attempt to finalize style of the header
3:a99a4367c909 2017-07-28 DevinAlexander Before overhauling my program ;
2:296485923589 2017-07-26 DevinAlexander before fixing the LOGs
1:b58719a76fc3 2017-07-26 DevinAlexander Progress as of 7/26/17 still getting no communications from the spi
0:456e9e702d57 2017-07-19 DevinAlexander first commit. Created naming convention for #defines and have started creating functions for some of the functions needed