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 + */ + +