current2 2.0.0.0
|
current2 Click example More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
current2 Click example
This application measures current.
The demo application is composed of two sections :
Initializes SPI interface in Mode 0
Reads the current averaged result of 20 samples and gets this result in a proper value [mA]. Repeats the current reading every 500ms.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |