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.
Diff: main.cpp
- Revision:
- 1:ce18261eee75
- Parent:
- 0:93a9ccc6b7e2
- Child:
- 2:0146f9f7701c
--- a/main.cpp Thu Dec 21 04:06:40 2017 +0000 +++ b/main.cpp Fri Dec 22 07:35:00 2017 +0000 @@ -7,9 +7,9 @@ float PI=3.141592; int t=0,q=0,i=0; int START=7; -PwmOut mypwmA(PA_8); //PA_8 -PwmOut mypwmB(PA_9); //9 -PwmOut mypwmC(PA_10);//10 +PwmOut mypwmA(PA_8); +PwmOut mypwmB(PA_9); +PwmOut mypwmC(PA_10); PwmOut Current_Ref(PB_4);