wheatstone 2.0.0.0
|
Wheatstone Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Wheatstone Click example.
This example demonstrates the use of Wheatstone click board by measuring the input resistance.
The demo application is composed of two sections :
Initializes the driver and logger and sets the default potentiometer (gain) level.
Reads the AN pin voltage and calculates the input resistance from it. All data are being displayed on the USB UART where you can track their changes.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |