From 39c3be13d110cd39a88cd9352fac91c177e23a5c Mon Sep 17 00:00:00 2001 From: philsson Date: Tue, 13 Sep 2016 13:45:18 +0200 Subject: [PATCH] created drivers folder and SPI files (empty) --- UAV-ControlSystem/inc/drivers/spi.h | 13 +++++++++++++ UAV-ControlSystem/src/drivers/spi.h | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 UAV-ControlSystem/inc/drivers/spi.h create mode 100644 UAV-ControlSystem/src/drivers/spi.h diff --git a/UAV-ControlSystem/inc/drivers/spi.h b/UAV-ControlSystem/inc/drivers/spi.h new file mode 100644 index 0000000..028abf3 --- /dev/null +++ b/UAV-ControlSystem/inc/drivers/spi.h @@ -0,0 +1,13 @@ +/* + * spi.h + * + * Created on: 13 sep. 2016 + * Author: Philip + */ + +#ifndef DRIVERS_SPI_H_ +#define DRIVERS_SPI_H_ + + + +#endif /* DRIVERS_SPI_H_ */ diff --git a/UAV-ControlSystem/src/drivers/spi.h b/UAV-ControlSystem/src/drivers/spi.h new file mode 100644 index 0000000..f36fb4d --- /dev/null +++ b/UAV-ControlSystem/src/drivers/spi.h @@ -0,0 +1,8 @@ +/* + * spi.h + * + * Created on: 13 sep. 2016 + * Author: Philip + */ + +