SetSpeed(SystemSpeedIndex); } else { LEDFlash(6); } } }
//*********************************************************************************** main() { unsigned char Key; InitialCPU(); InitialTimer2();
while(1) { Key = GetKey(); if(Key!=0x00) { KeyDispose(Key); } } } 本新闻共 3页,当前在第 3页 [1] [ 2] [ 3] |