Révision 329
Ajouté par grlebanito il y a plus de 6 ans
branch/lebanitou/Emb_App/SessionM32C_E8a_system.ini | ||
---|---|---|
[Target]
|
||
M32C E8a SYSTEM=Renesas Communications
|
||
[USER_DATA]
|
||
RESET=ff0024
|
||
RESET=ff0026
|
branch/lebanitou/Emb_App/programme_principal_etud.c | ||
---|---|---|
int k_a=1; // gain
|
||
int angle=0;
|
||
int valeur=0;
|
||
int valeur1=0;
|
||
short dist;
|
||
|
||
|
||
... | ... | |
|
||
|
||
|
||
pos=periph[ADDR('U')].val;
|
||
|
||
|
||
dist=pos-centre;
|
||
|
||
commande1.data.id= 'D';
|
||
commande1.data.rtr= 0;
|
||
commande1=k*dist;
|
||
snd_dtq(CanTx, commande1.msg);
|
||
dly_tsk(5);
|
||
|
||
|
||
|
||
}
|
||
|
||
|
Formats disponibles : Unified diff
seance41