Test program to show cpu running at 84MHz
Dependencies: ST_401_84MHZ mbed
Speed up the CPU to 84MHz to get a SPI clock of 20MHz.
Revision 2:d53a7002da28, committed 2014-03-05
- Comitter:
- dreschpe
- Date:
- Wed Mar 05 21:44:00 2014 +0000
- Parent:
- 1:aa61af968c8a
- Commit message:
- typo
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r aa61af968c8a -r d53a7002da28 main.cpp --- a/main.cpp Wed Mar 05 21:41:36 2014 +0000 +++ b/main.cpp Wed Mar 05 21:44:00 2014 +0000 @@ -16,6 +16,6 @@ device.write(i++); device.write(0xE0); wait_us(50); - } + } } \ No newline at end of file