summaryrefslogtreecommitdiffstats
path: root/hardware.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-04-13 19:58:03 +0200
committerneoraider <devnull@localhost>2007-04-13 19:58:03 +0200
commit7da669b97ec71f138c74d562b8a3b219d3f98a50 (patch)
tree089226274f422ae1b486cf44d36751de47bca01c /hardware.h
parente26a1dc73313098cef235918d237f9b1a6e4cb5f (diff)
downloadrc2007-rescue-7da669b97ec71f138c74d562b8a3b219d3f98a50.tar
rc2007-rescue-7da669b97ec71f138c74d562b8a3b219d3f98a50.zip
Makefile angelegt; Grundfunktionen erweitert
Diffstat (limited to 'hardware.h')
-rw-r--r--hardware.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/hardware.h b/hardware.h
index 9b2bcb7..4a341e0 100644
--- a/hardware.h
+++ b/hardware.h
@@ -6,19 +6,6 @@
#include <avr/io.h>
-static const MOTOR MOTOR1 = {
- &PORTD, &OCR1BL, 0x01, 0x02
-};
-
-static const MOTOR MOTOR2 = {
- &PORTD, &OCR1AL, 0x04, 0x08
-};
-
-static const MOTOR MOTOR3 = {
- &PORTB, &OCR0, 0x01, 0x02
-};
-
-
void initHardware();
#endif