![]() |
Autodrone
Multi-Domain Vehicle
|
This file initializes the timer and GPIO interrupt for the arm rotation. More...
#include "board.h"Functions | |
| void | wormInit (void) |
| Initializes the low level registers to set up timer 1 and GPIO interrupts. More... | |
| void | wormDrive (void) |
| Sets the PWM going to the motor driver circuit. More... | |
| void | EXTI15_10_IRQHandler (void) |
Variables | |
| bool | arm1Hit = false |
| bool | arm2Hit = false |
This file initializes the timer and GPIO interrupt for the arm rotation.
| void EXTI15_10_IRQHandler | ( | void | ) |
| void wormDrive | ( | void | ) |
Sets the PWM going to the motor driver circuit.
| void wormInit | ( | void | ) |
Initializes the low level registers to set up timer 1 and GPIO interrupts.
| bool arm1Hit = false |
| bool arm2Hit = false |