lpcmanager

Per-product header for MC10
som6
2019-09-03, Edouard Tisserant
4416b1e76689
Parents 3f2d4d55f1c7
Children ab5c17607555
Per-product header for MC10
--- a/LPCBus/MC10.h Mon Sep 02 13:11:15 2019 +0200
+++ b/LPCBus/MC10.h Tue Sep 03 11:59:18 2019 +0200
@@ -1,1 +1,9 @@
-// Nothing for now
+#ifndef MC10_H
+#define MC10_H
+
+// GPIO_0_0 = 0 + 0 = 0
+#define RUN_LED_GPIO 0
+
+#define LPCBUS_DEVICES_PORT "/dev/ttymxc2"
+
+#endif