summaryrefslogtreecommitdiffstats
path: root/app/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/led.h')
-rw-r--r--app/led.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/led.h b/app/led.h
new file mode 100644
index 0000000..7575958
--- /dev/null
+++ b/app/led.h
@@ -0,0 +1,3 @@
+#define LED0 GPIO8
+#define LED1 GPIO9
+#define LED_MASK (LED0|LED1)