Reduced Mach-Zander modulatoes
This commit is contained in:
@ -186,8 +186,9 @@ int main(void)
|
||||
TIM4 -> CCR3 = (TIM4 -> ARR +1)/2 - 1;
|
||||
|
||||
|
||||
//Mach-Zander clock (should be half of ADC clock freq)
|
||||
TIM11 -> ARR = (TIM4 -> ARR +1)*2 - 1;
|
||||
//Mach-Zander clock (should be 1/4 of ADC clock freq)
|
||||
|
||||
TIM11 -> ARR = (TIM4 -> ARR +1)*4 - 1;
|
||||
TIM11 -> CCR1 = (TIM11 -> ARR +1)/2 - 1;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user