summaryrefslogtreecommitdiffstats
path: root/app/led.h
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-07-16 08:47:30 +0100
committerroot <root@lamia.panaceas.james.local>2015-07-16 08:47:30 +0100
commit809b705559a51cac8cd301dbbe7e133e8607fbf6 (patch)
tree9f90b6f2b060171a94077b2972945fb5a9f39a66 /app/led.h
parent191be59e5fed6aba0158f9495df8b99894c13c17 (diff)
downloadstm32_ade-809b705559a51cac8cd301dbbe7e133e8607fbf6.tar.gz
stm32_ade-809b705559a51cac8cd301dbbe7e133e8607fbf6.tar.bz2
stm32_ade-809b705559a51cac8cd301dbbe7e133e8607fbf6.zip
change led code, and print something out
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)