summaryrefslogtreecommitdiff
path: root/motormixer.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-07-03 15:34:29 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-07-03 15:35:28 +0200
commit0f390b743634ef4cdda03da8cb3f175524d59bd0 (patch)
tree829dd7907fdf11190cb8b153d76bab0a3e8d1c1a /motormixer.h
parent1a8771c5d0e23fb91cb926614933405f39049d63 (diff)
Removed old stuff.
Diffstat (limited to 'motormixer.h')
-rw-r--r--motormixer.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/motormixer.h b/motormixer.h
deleted file mode 100644
index 5ec1869..0000000
--- a/motormixer.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef MOTORMIXER_H
-#define MOTORMIXER_H
-
-#include <stdint.h>
-
-class MotorMixer {
- public:
- void start();
- void update(int16_t thrust, int16_t pitch, int16_t roll, int16_t yaw);
-};
-
-#endif