multisteppertb67s102 2.0.0.0
|
MultiStepperTB67S102 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
MultiStepperTB67S102 Click example.
This example demonstrates the use of the Multi Stepper TB67S102 click board by driving the motor in both directions for a desired number of steps.
The demo application is composed of two sections :
Initializes the driver and performs the click default configuration.
Drives the motor clockwise for 200 steps and then counter-clockiwse for 100 steps with 2 seconds delay before changing the direction. Each step will be 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 | ) |