ezocarrierdo 2.1.0.0
|
EZO Carrier DO Click Example. More...
Macros | |
#define | APP_BUFFER_SIZE 200 |
#define | PROCESS_BUFFER_SIZE 200 |
#define | DISABLE_CONT_READ "0" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
EZO Carrier DO Click Example.
This example demonstrates the use of EZO Carrier DO 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 high point calibration.
Reads and processes all incoming dissolved oxygen data from the probe, and displays them on the USB UART in mg/L.
#define APP_BUFFER_SIZE 200 |
#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 | ) |