ezocarrierph 2.1.0.0
|
EZO Carrier pH Click Example. More...
Macros | |
#define | APP_BUFFER_SIZE 200 |
#define | PROCESS_BUFFER_SIZE 200 |
#define | MID_POINT_CALIB "mid,7.00" |
#define | DISABLE_CONT_READ "0" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
EZO Carrier pH Click Example.
This example demonstrates the use of EZO Carrier pH 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 mid point calibration.
Reads and processes all incoming pH value data and displays them on the USB UART.
#define APP_BUFFER_SIZE 200 |
#define DISABLE_CONT_READ "0" |
#define MID_POINT_CALIB "mid,7.00" |
#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 | ) |