rmeter 2.0.0.0
|
R Meter Click example. More...
Functions | |
void | application_callback (char *message) |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
R Meter Click example.
Demo app measures and displays resistance of a resistor connected to the R Meter click board.
The demo application is composed of two sections :
Initalizes SPI serial communication, LOG module and click driver. Also sets the app callback handler.
This is an example that shows the capabilities of the R Meter click by measuring the target resistance.
note: R Meter click is a handy tool but it is not to be used as a high precision instrument! The linearity of the OP Amplifier impacts the measurement. The range of resistance measurement goes from 1 ohm to 1M9 ohms.
void application_callback | ( | char * | message | ) |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |