akiyoshi oguro
/
Vector_Open_SVPWM
Open Loop Vector Space Vector PWM
Fork of Vector_Open_SVPWM by
Revision 1:e42c15be2dda, committed 2017-12-22
- Comitter:
- oguro
- Date:
- Fri Dec 22 07:38:29 2017 +0000
- Parent:
- 0:e72e6efebdd3
- Commit message:
- 20171222
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r e72e6efebdd3 -r e42c15be2dda main.cpp --- a/main.cpp Thu Dec 21 04:10:39 2017 +0000 +++ b/main.cpp Fri Dec 22 07:38:29 2017 +0000 @@ -6,9 +6,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);