ezocarrierrtd 2.1.0.0
|
EZO Carrier RTD Click Example. More...
Macros | |
#define | APP_BUFFER_SIZE 200 |
#define | PROCESS_BUFFER_SIZE 200 |
#define | CALIBRATION_VALUE "100" |
#define | DISABLE_CONT_READ "0" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
EZO Carrier RTD Click Example.
This example demonstrates the use of EZO Carrier RTD click board by processing the incoming data and displaying them on the USB UART.
The demo application is composed of two sections :
Initializes the driver, performs the click default factory reset, and single point calibration at 100 degC.
Reads and processes all incoming temperature data from the probe, and displays them on the USB UART in degC.
#define APP_BUFFER_SIZE 200 |
#define CALIBRATION_VALUE "100" |
#define DISABLE_CONT_READ "0" |
#define PROCESS_BUFFER_SIZE 200 |
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |