shutter 2.1.0.0
|
Shutter Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Shutter Click Example.
This example demonstrates the use of Shutter click board by taking pictures with and without auto focus function.
The demo application is composed of two sections :
Initializes the driver and logger.
Swithes ON the auto focus function and triggers the shutter to take the picture, then swithes OFF the auto focus and triggers the shutter. The shutter is triggered every 13 seconds approximately. All data is being logged on the USB UART where you can track the program flow.
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 | ) |