Example of temperature limit detection for STTS751 in X-NUCLEO-IKS01A3

Dependencies:   X_NUCLEO_IKS01A3

Temperature Limit Demo Application with STTS751 based on sensor expansion board X-NUCLEO-IKS01A3

Main function is to show how to detect exceeding of temperature limits using the sensor expansion board and send a notification using UART to a connected PC or Desktop and display it on terminal applications like TeraTerm.
After connection has been established:
- the user can heat up or cool down the board and view the data using an hyper terminal.

Committer:
cparata
Date:
Wed Jul 24 14:56:10 2019 +0000
Revision:
5:b747a8948606
Parent:
3:3c8bce3cdf2f
Format with Astyle

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cparata 3:3c8bce3cdf2f 1 {
cparata 3:3c8bce3cdf2f 2 "requires": ["bare-metal"]
cparata 3:3c8bce3cdf2f 3 }