summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
new file mode 100644
index 0000000..5e54654
--- /dev/null
+++ b/include/config.h
@@ -0,0 +1,14 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define PWM 13
+
+#define LED_SCL 33
+#define LED_SDA 34
+#define LED_RES 35
+#define LED_DC 36
+#define LED_CS 37
+
+#define DS_DATA 39
+
+#endif \ No newline at end of file