Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: test-lpc1768 oldheating gps motorhome ... more
Diff: lpc1768.c
- 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();
+}