30

j'ai ca mai la ti s'etein au bout de meme pas une seconde pk????

void _main(void)
{
deb:
OSFreeTimer(USER_TIMER);
short b=0;
OSRegisterTimer(USER_TIMER, 10*20);
while(!OSTimerExpired(USER_TIMER)==TRUE)
{
if (kbhit()) b=ngetchx();
if(b==13)
{
b=ngetchx();
if(b==264)
{
OSFreeTimer(USER_TIMER);
return;
}
}
off();
goto deb;
}
}

31

http://www.ti-fr.com/?act=66&art=3

Une fois que tu auras lu les premiers chapitres, tu reviendras !