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

Revision:
3:a99a4367c909
Parent:
2:296485923589
Child:
6:e1200ae7d6a3
--- a/main.cpp	Wed Jul 26 18:46:23 2017 +0000
+++ b/main.cpp	Fri Jul 28 03:22:13 2017 +0000
@@ -38,7 +38,7 @@
 //----------------------------------------------------------
 //-------------
 //Thermocouples
-MAX31856 Thermocouple(testSPI, P6_3, CR1_TC_TYPE_K, CR0_FILTER_OUT_60Hz, CR1_AVG_TC_SAMPLES_1, CR0_CONV_MODE_NORMALLY_ON);
+MAX31856 Thermocouple(testSPI, P6_3);