From ff9ebbd15ebcdd4ad90992eaa657f281f0010624 Mon Sep 17 00:00:00 2001 From: philsson Date: Fri, 7 Oct 2016 17:36:09 +0200 Subject: [PATCH] Created files for motormixer --- UAV-ControlSystem/inc/drivers/motormix.h | 13 +++++++++++++ UAV-ControlSystem/src/drivers/motormix.c | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 UAV-ControlSystem/inc/drivers/motormix.h create mode 100644 UAV-ControlSystem/src/drivers/motormix.c diff --git a/UAV-ControlSystem/inc/drivers/motormix.h b/UAV-ControlSystem/inc/drivers/motormix.h new file mode 100644 index 0000000..0b6e9b3 --- /dev/null +++ b/UAV-ControlSystem/inc/drivers/motormix.h @@ -0,0 +1,13 @@ +/* + * motormix.h + * + * Created on: 7 okt. 2016 + * Author: Philip + */ + +#ifndef DRIVERS_MOTORMIX_H_ +#define DRIVERS_MOTORMIX_H_ + + + +#endif /* DRIVERS_MOTORMIX_H_ */ diff --git a/UAV-ControlSystem/src/drivers/motormix.c b/UAV-ControlSystem/src/drivers/motormix.c new file mode 100644 index 0000000..4ed6d49 --- /dev/null +++ b/UAV-ControlSystem/src/drivers/motormix.c @@ -0,0 +1,8 @@ +/* + * motormix.c + * + * Created on: 7 okt. 2016 + * Author: Philip + */ + +