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
Diff: main.cpp
- Revision:
- 6:c8265ecd2d1f
- Parent:
- 5:e86eda00ef3f
--- a/main.cpp Wed Apr 18 12:24:46 2018 +0000 +++ b/main.cpp Wed Apr 18 13:31:28 2018 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "stm32f103c8t6.h" #define val 0.05 // percents in step / 100 -#define pi 3.1415 +#define pi 3.141592653589793115997963468544185161590576171875 PwmOut Servo (PA_8); DigitalOut myled(PC_13);