From 259ee0e7022ce15f4f2c8294a4fc3de7005d7fab Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 29 Apr 2019 07:30:28 +0100 Subject: working with one set of stripes --- app/project.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app/project.h (limited to 'app/project.h') diff --git a/app/project.h b/app/project.h new file mode 100644 index 0000000..5731f0d --- /dev/null +++ b/app/project.h @@ -0,0 +1,30 @@ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define INCLUDE_DFU_INTERFACE + +#ifdef INCLUDE_DFU_INTERFACE +#include +#include +#endif + +#include +#include + +#define LED_GPIO GPIO13 +#define LED_BANK GPIOC + +#include "ring.h" + +#include "prototypes.h" -- cgit v1.2.3