Andrew Boyson / lpc1768

Dependents:   test-lpc1768 oldheating gps motorhome ... more

Revision:
0:8ced41dabd72
Child:
1:42a49653a298
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lpc1768.c	Sat Jan 27 11:54:06 2018 +0000
@@ -0,0 +1,9 @@
+
+#include "pll.h"
+#include "led.h"
+
+void Lpc1768Init(void)
+{
+    PllInit();
+    LedInit();
+}