summaryrefslogtreecommitdiffstats
path: root/avr.h
diff options
context:
space:
mode:
Diffstat (limited to 'avr.h')
-rw-r--r--avr.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/avr.h b/avr.h
index 2d13616..de4e6e4 100644
--- a/avr.h
+++ b/avr.h
@@ -4,15 +4,6 @@
#include <stdint.h>
-typedef struct {
- volatile uint8_t *port;
- volatile uint8_t *pwmPort;
- uint8_t fwdMask;
- uint8_t revMask;
-} MOTOR;
-
-void setMotorSpeed(MOTOR *motor, int speed);
-
int getButton();
void waitForButton(int i);