multimeter 2.0.0.0
|
Multimeter Click example. More...
Functions | |
void | application_init () |
void | application_task () |
int | main (void) |
Multimeter Click example.
This example showcases how to configure, initialize and use the Multimeter click. The click measures resistance in Ohms, voltage in mVs, current in mAs and capacitance in nFs using a dual CMOS and quad CMOS op-amps, an ADC and other on board modules.
The demo application is composed of two sections :
This function initializes and configures the logger and click modules. Additional calibration of the measurement components is done in the default_cfg(...) function.
This function measures and displays resistance, voltage, current and capacitance data. It does so every second.
void application_init | ( | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | ) |
int main | ( | void | ) |