From 0f390b743634ef4cdda03da8cb3f175524d59bd0 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 3 Jul 2011 15:34:29 +0200 Subject: Removed old stuff. --- motormixer.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 motormixer.h (limited to 'motormixer.h') 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 - -class MotorMixer { - public: - void start(); - void update(int16_t thrust, int16_t pitch, int16_t roll, int16_t yaw); -}; - -#endif -- cgit v1.2.3