ezocarrierorp 2.1.0.0
|
EZO Carrier ORP Click Example. More...
Macros | |
#define | APP_BUFFER_SIZE 200 |
#define | PROCESS_BUFFER_SIZE 200 |
#define | CALIBRATION_VALUE "225" |
#define | DISABLE_CONT_READ "0" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
EZO Carrier ORP Click Example.
This example demonstrates the use of EZO Carrier ORP 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 with a calibration solutio with 225 mV ORP value.
Reads and processes all incoming oxidation-reduction potential data from the probe, and displays them on the USB UART in mV.
#define APP_BUFFER_SIZE 200 |
#define CALIBRATION_VALUE "225" |
#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 | ) |