Read the MAX31875 sensor on Thermo 6 Click installed on NuMaker-IoT-M487 board

Dependencies:   MAX31875_Temperature_Sensor_Low_Power

Committer:
morgandu
Date:
Thu Aug 20 02:17:10 2020 +0000
Revision:
1:ab8e1135d0c4
Parent:
0:c40fe84a8d1f
Replace deprecated "wait()" with "ThisThread::wait_for()" to prevent warning and error on MbedOS 5 and 6

Who changed what in which revision?

UserRevisionLine numberNew contents of line
morgandu 0:c40fe84a8d1f 1 # Thermo 6 Click on NuMaker-IoT-M487
morgandu 0:c40fe84a8d1f 2
morgandu 0:c40fe84a8d1f 3 This example uses MAX31875 library to read Thermo 6 Click
morgandu 0:c40fe84a8d1f 4 (MAX31875 temperature sensor) which placed on mikroBUS of
morgandu 0:c40fe84a8d1f 5 Nuvoton NuMaker-IoT-M487 board.
morgandu 0:c40fe84a8d1f 6
morgandu 0:c40fe84a8d1f 7 ## Required hardware
morgandu 0:c40fe84a8d1f 8 * Supported target -
morgandu 0:c40fe84a8d1f 9 [NuMaker-IoT-M487](https://os.mbed.com/platforms/NUMAKER-IOT-M487/)
morgandu 0:c40fe84a8d1f 10
morgandu 0:c40fe84a8d1f 11 * Thermo 6 Click https://www.mikroe.com/thermo-6-click
morgandu 0:c40fe84a8d1f 12
morgandu 0:c40fe84a8d1f 13