| | 
      |  |  | i've IC version 2.82. whenever i load the program below, it keeps giving me an error on the line which 'INT SPEED_TABLE[]' is declared.
 what's wrong??
 
 
 void main()
 { int i;
 start_press();
 
 int speed_table[]= {0b00000000, 0b00010001,0b01001001,0b01010101,
 0b01010111,0b01110111,0b01111111,0b11111111};
 
 for (i=0; i<4; i++)
 {poke(0x0e, speed_table[i]);
 printf("%b\n", speed_table[i]);
 }
 }
 
 |  |  |  
 
 Message has 1 Reply:
 
 2 Messages in This Thread:
 
    
 
      Entire Thread on One Page:
      
        Nested: 
        All | Brief | Compact | Dots
        Linear: 
        All | Brief | Compact
 | 
 | 
 | 
 |