correction valeurs des frequences en ticks
This commit is contained in:
parent
6e12cdda6d
commit
b150ed1d70
2 changed files with 3 additions and 3 deletions
|
@ -215,7 +215,7 @@
|
||||||
<Wi>
|
<Wi>
|
||||||
<IntNumber>0</IntNumber>
|
<IntNumber>0</IntNumber>
|
||||||
<FirstString>`TIM3_CCR3</FirstString>
|
<FirstString>`TIM3_CCR3</FirstString>
|
||||||
<SecondString>0000FF00000000000000000000000000008499400000000000000000000000000000000054494D335F4343523300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000001000000000000000000F03F1600000000000000000000000000000000000000901E0008</SecondString>
|
<SecondString>0000FF00000000000000000000000000008499400000000000000000000000000000000054494D335F4343523300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000001000000000000000000F03F1400000000000000000000000000000000000000901E0008</SecondString>
|
||||||
</Wi>
|
</Wi>
|
||||||
</LogicAnalyzers>
|
</LogicAnalyzers>
|
||||||
<DebugDescription>
|
<DebugDescription>
|
||||||
|
|
|
@ -14,8 +14,8 @@ extern int LongueurSon;
|
||||||
extern int PeriodeSonMicroSec;
|
extern int PeriodeSonMicroSec;
|
||||||
|
|
||||||
type_etat etat;
|
type_etat etat;
|
||||||
int Periode_PWM_en_Tck = 1633;
|
int Periode_PWM_en_Tck = 1638;
|
||||||
int Periode_ech_en_Tck = 6532;
|
int Periode_ech_en_Tck = 6552;
|
||||||
|
|
||||||
void timer_callback(void);
|
void timer_callback(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue