rtd 2.0.0.0
|
Rtd Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Rtd Click example.
This app measures temperature and converts the data to celsius degrees.
The demo application is composed of two sections :
Initializes RTD click driver, and sets the proper configuration mode for three wire RTD.
Measures temperature, converts the data to celsius degrees, and displays it on the USB UART.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |