Changeset 651 in Sophya for trunk/Poubelle/archediab.old/archediab.sources/c/telecommande.c
- Timestamp:
- Nov 25, 1999, 3:05:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archediab.old/archediab.sources/c/telecommande.c
r649 r651 253 253 if(ss[16]!='7') erreur("adresse not equal to 7"); 254 254 if(ss[25]!='7') erreur("adresse not equal to 7"); 255 while( (TickCount()>t) et (TickCount()<(t+60*15)) ) // 15sec255 /* while( (TickCount()>t) et (TickCount()<(t+60*15)) ) // 15sec 256 256 { 257 257 static int q; … … 261 261 controlemanip(0); 262 262 } 263 son(133);263 */ son(133); 264 264 265 265 printf(" envoi de la telecommande : %s \n",ss); … … 267 267 t=TickCount(); // 10 secondes (tick = 1/60 sec) 268 268 } 269 /* else {270 tc_char(0x11); // synchro271 tc_int(debut_telecommande);272 for(j=0;j<8;j++) tc_char(mot[j]);273 tc_int(fin_telecommande);274 tc_char(0x00);tc_char(0x00); // synchro275 }276 */277 269 break; 278 270
Note:
See TracChangeset
for help on using the changeset viewer.