uv 2.0.0.0
|
UV Click Driver Example. More...
Functions | |
void | application_callback (uint8_t *message) |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
UV Click Driver Example.
This is a example which demonstrates the use of UV Click board.
The demo application is composed of two sections :
Configuration of the click and log objects.
Reads the result of AD conversion once per second and calculates the UV index based on that. Results are being sent to the USB UART where you can track their changes.
void application_callback | ( | uint8_t * | message | ) |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |