current4 2.0.0.0
|
Current 4 Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Current 4 Click Example.
This example showcases the ability of the Current 4 Click board. It configures Host MCU for communication and reads the voltage of AN pin and calculates current on load output.
The demo application is composed of two sections :
Initialization of the communication modules(ADC and UART).
In span on 500ms reads voltage and calculates the current on load.
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 | ) |