loadcell8 2.1.0.0
|
Load Cell 8 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Load Cell 8 Click example.
This example demonstrates the use of Load Cell 8 click by measuring the weight in grams of the goods from the load cell sensor connected to the click board.
The demo application is composed of two sections :
Initializes the driver and reads the tare scale of the empty container, and after that, it calibrates the weight scale with a known calibration weight.
The demo application measures weight and shows the measurement of scales in grams [ g ]. Results are being sent to the Usart Terminal where you can track their changes.
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 | ) |