ABSF WROTE:I saw that you've modified your own codes. Is it working now? Still Build Failed?
Allen
vick5821 WROTE:ABSF WROTE:I saw that you've modified your own codes. Is it working now? Still Build Failed?
Allen
Ya..build successful now
vick5821 WROTE:Well, what should I refer to the datasheet ?
void delay_ms(unsigned int ui_value)
{
while (ui_value-- > 0) {
__delay_ms(1); // macro from HI-TECH compiler which will generate 1ms delay base on value of _XTAL_FREQ in system.h
}
}
Users browsing this forum: No registered users and 3 guests