Ignore:
Timestamp:
Nov 25, 1999, 3:05:04 PM (26 years ago)
Author:
ansari
Message:

archediab 29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archediab.old/archediab.sources/c/telecommande.c

    r649 r651  
    253253                                if(ss[16]!='7') erreur("adresse not equal to 7");
    254254                                if(ss[25]!='7') erreur("adresse not equal to 7");
    255                                 while( (TickCount()>t) et (TickCount()<(t+60*15)) )     // 15sec
     255/*                              while( (TickCount()>t) et (TickCount()<(t+60*15)) )     // 15sec
    256256                                        {
    257257                                        static int q;
     
    261261                                        controlemanip(0);
    262262                                        }
    263                                 son(133);
     263*/                              son(133);
    264264
    265265                                printf(" envoi de la telecommande : %s \n",ss);
     
    267267                                t=TickCount();                  //  10 secondes  (tick = 1/60 sec)
    268268                                }
    269 /*                      else    {
    270                                 tc_char(0x11);  //  synchro
    271                                 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);    //  synchro
    275                                 }
    276 */
    277269                        break;
    278270
Note: See TracChangeset for help on using the changeset viewer.