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

Dependencies:   mbed

Committer:
nightseas
Date:
Sun Aug 09 09:37:55 2015 +0000
Revision:
0:633cef71e6ba
Child:
3:171f4d0ca77b
Basic DC motor and servo control lib finished!

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nightseas 0:633cef71e6ba 1
nightseas 0:633cef71e6ba 2 //System Includings
nightseas 0:633cef71e6ba 3 #include "mbed.h"
nightseas 0:633cef71e6ba 4
nightseas 0:633cef71e6ba 5 //Application Layer Modules
nightseas 0:633cef71e6ba 6 #include "SelfTest.h"
nightseas 0:633cef71e6ba 7
nightseas 0:633cef71e6ba 8 //Peripheral Layer Modules
nightseas 0:633cef71e6ba 9 #include "MotHatLib.h"