Raspberry Pi MOT HAT Based on STM32F030R8. The clock needs to be changed to 8MHz after export.

Dependencies:   mbed

Revision:
0:633cef71e6ba
Child:
3:171f4d0ca77b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SysConfig.h	Sun Aug 09 09:37:55 2015 +0000
@@ -0,0 +1,9 @@
+
+//System Includings
+#include "mbed.h"
+
+//Application Layer Modules
+#include "SelfTest.h"
+
+//Peripheral Layer Modules
+#include "MotHatLib.h"
\ No newline at end of file