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.
Dependencies: mbed-STM32F103C8T6 mbed-dev
Diff: main.cpp
- Revision:
- 13:2bfcb5dc142a
- Parent:
- 12:3ddf4333812e
- Child:
- 15:db1bed031739
diff -r 3ddf4333812e -r 2bfcb5dc142a main.cpp
--- a/main.cpp Sat Sep 17 10:23:50 2016 +0000
+++ b/main.cpp Sat Sep 17 10:26:14 2016 +0000
@@ -1,9 +1,13 @@
#include "stm32f103c8t6.h"
#include "mbed.h"
+
//Serial pc(PA_2, PA_3);
DigitalOut myled(PC_13);
+
+
+
int main()
{
confSysClock(); //Configure system clock (72MHz HSE clock, 48MHz USB clock)