10#ifndef SRC_DRV_DRV_WORM_H_
11#define SRC_DRV_DRV_WORM_H_
void wormInit(void)
Initializes the low level registers to set up timer 1 and GPIO interrupts.
Definition: drv_worm.c:22
bool arm2Hit
Definition: drv_worm.c:15
bool arm1Hit
Definition: drv_worm.c:14
void wormDrive(void)
Sets the PWM going to the motor driver circuit.
Definition: drv_worm.c:88