#include #include void main(void){ int i =0; initIO(); for(i = 0; i < 0x1; i++){ sendPortailCommand(0xB6,'A',60); printf("%d \n",i); } }