vtohz3 2.0.0.0
|
VtoHz3 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
VtoHz3 Click example.
This example demonstrates the use of the V to Hz 3 click board by calculating the estimated output frequency from the input voltage.
The demo application is composed of two sections :
Initializes the driver and sets the input frequency.
Reads the input voltage from AN pin and calculates the output frequency from it. The results are being displayed on the USB UART approximately once per second.
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 | ) |