summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2019-07-02 18:48:25 +0100
committerroot <root@no.no.james.local>2019-07-02 18:50:13 +0100
commit697859c29b7922577a78087cb39549a137eee1b6 (patch)
tree3c214225e98df783e53d735b47210c1cd112a853 /app/project.h
parent645b771533f289c146502ad91af5dfbd0d3af03f (diff)
downloadadapter-697859c29b7922577a78087cb39549a137eee1b6.tar.gz
adapter-697859c29b7922577a78087cb39549a137eee1b6.tar.bz2
adapter-697859c29b7922577a78087cb39549a137eee1b6.zip
support new hardware for adapter
Diffstat (limited to 'app/project.h')
-rw-r--r--app/project.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/project.h b/app/project.h
index 5731f0d..3baf0b2 100644
--- a/app/project.h
+++ b/app/project.h
@@ -22,8 +22,11 @@
#include <stdio.h>
#include <errno.h>
-#define LED_GPIO GPIO13
-#define LED_BANK GPIOC
+#define LED1_GPIO GPIO13
+#define LED1_BANK GPIOC
+
+#define LED2_GPIO GPIO12
+#define LED2_BANK GPIOB
#include "ring.h"