brushless9
2.0.0.0
|
Brushlesss9 Click example. More...
Macros | |
#define | DUTY_CHANGE_DELAY 2000 |
#define | BREAK_DELAY 5000 |
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
Brushlesss9 Click example.
This application is a schowcase of controlling speed and direction of brushless motor with hall sesnor.
The demo application is composed of two sections :
Initialization of LOG, PWM module and additional pins for controlling motor.
This is an example that demonstrates the use of a Brushless 9 Click board. Brushless 9 Click controls motor speed via PWM interface. It shows moving in the left direction from slow to fast speed and from fast to slow speed. Results are being sent to the Usart Terminal where you can track their changes.
#define BREAK_DELAY 5000 |
#define DUTY_CHANGE_DELAY 2000 |
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 | ) |
void main | ( | void | ) |