Working with phasor re-rotation

This commit is contained in:
cnlohr
2024-10-06 23:06:59 -07:00
parent 85fe805e32
commit b2995f435f
6 changed files with 161 additions and 10 deletions
+2 -2
View File
@@ -84,10 +84,10 @@ int main()
TIM2->CH1CVR = 2;
TIM2->CCER = TIM_CC1E | TIM_CC1P;
funDigitalWrite( LEDPIN, 1 );
Delay_Us( 2000 );
Delay_Us( 20000 );
TIM2->CCER = TIM_CC1E;
TIM2->CH1CVR = 2;
funDigitalWrite( LEDPIN, 0 );
Delay_Us( 2000 );
Delay_Us( 20000 );
}
}