From f7de54fc6fa6b40dfa2dfbe4c2a8ee933affa126 Mon Sep 17 00:00:00 2001 From: JanHenrik Date: Wed, 1 Apr 2020 00:40:03 +0200 Subject: added files --- midi-dials/Inc/device_conf.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 midi-dials/Inc/device_conf.h (limited to 'midi-dials/Inc/device_conf.h') 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_ */ -- cgit