![]() |
Zap'Em Blast'Em Robots
robots that play laser tag!
|
Motor object data structure. More...
#include <motor_driver.h>
Data Fields | |
TIM_HandleTypeDef * | tim |
uint32_t | chan1 |
uint32_t | chan2 |
Motor object data structure.
Holds the timer handle and channel configuration for bidirectional PWM.
uint32_t chan1 |
PWM channel 1
uint32_t chan2 |
PWM channel 2
TIM_HandleTypeDef* tim |
Timer handle for PWM