pwm 2.0.0.0
|
PWM Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
PWM Click example.
This is an example that shows the capability of PWM click.
The demo application is composed of two sections :
Initalizes I2C driver, enables output, configures device, sets prescaling, configures output and makes an initial log.
Changes the duty cycle of all channels every 10 seconds. All data are being logged on USB UART where you can track their changes.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |