Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MAX31856_example_program by
Diff: MAX31856.h
- Revision:
- 9:2d284cc2f65c
- Parent:
- 8:8723d0006097
- Child:
- 10:4b907f32b4d4
--- a/MAX31856.h Tue Aug 01 03:29:15 2017 +0000 +++ b/MAX31856.h Tue Aug 01 03:37:57 2017 +0000 @@ -391,14 +391,10 @@ * \li MASK_CJ_FAULT_THRESHOLD_LOW * \li MASK_TC_FAULT_THRESHOLD_HIGH * \li MASK_TC_FAULT_THRESHOLD_LOW - * \li MASK_OVER_UNDER_VOLT_FAULT - * \li MASK_OPEN_CIRCUIT_FAULT - * @param enable \li 0 for disabling the mask in whichever option is selcted in parameter val - * \li 1 for enabling the mask in whichever option is selcted in parameter val * @param temperature value that you want to program into a threshold register for temperatre * @return return value that was programmed into the threshold register */ - float setFaultThresholds(uint8_t val, bool enable, float temperature); + bool setFaultThresholds(uint8_t val, float temperature); //*****************************************************************************