summaryrefslogtreecommitdiff
path: root/midi-dials/Inc/device_conf.h
diff options
context:
space:
mode:
authorJanHenrik <janhenrik@janhenrik.org>2020-04-01 00:40:03 +0200
committerJanHenrik <janhenrik@janhenrik.org>2020-04-01 00:40:03 +0200
commitf7de54fc6fa6b40dfa2dfbe4c2a8ee933affa126 (patch)
tree78465e38a01011dc9f17eb73416011310532017f /midi-dials/Inc/device_conf.h
parent3ec13d81e70e52246545c720abe756ccf09fb231 (diff)
downloadminikbd-f7de54fc6fa6b40dfa2dfbe4c2a8ee933affa126.tar.gz
minikbd-f7de54fc6fa6b40dfa2dfbe4c2a8ee933affa126.tar.bz2
minikbd-f7de54fc6fa6b40dfa2dfbe4c2a8ee933affa126.zip
added files
Diffstat (limited to 'midi-dials/Inc/device_conf.h')
-rw-r--r--midi-dials/Inc/device_conf.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/midi-dials/Inc/device_conf.h b/midi-dials/Inc/device_conf.h
new file mode 100644
index 0000000..849b42e
--- /dev/null
+++ b/midi-dials/Inc/device_conf.h
@@ -0,0 +1,20 @@
+/*
+ * device_conf.h
+ *
+ * Created on: 2018/07/03
+ * Author: Keshikan
+ */
+
+#ifndef DEVICE_CONF_H_
+#define DEVICE_CONF_H_
+/*
+#define LED_POW_GPIO GPIOA
+#define LED_POW_PIN GPIO_PIN_15
+
+#define LED_FAULT_GPIO GPIOA
+#define LED_FAULT_PIN GPIO_PIN_10
+
+#define BUTTON_GPIO GPIOA
+#define BUTTON_PIN GPIO_PIN_7
+*/
+#endif /* DEVICE_CONF_H_ */