??? 10/29/05 04:18 Read: times |
#103100 - Correct me if I am wrong Responding to: ???'s previous message |
Andy Neil said: Erik Malund said:
... a delay routine as usual in C which all know is impossible to determine the timing of Andy Neil said:
In case you missed it, See the discussion here: http://www.8052.com/forum/read.phtml?id=102819
But there is no delay routine used to generate specific delay. It is waitLCD(), it will simply wait for the LCD to be free for next operation. The waiting attempt is restricted for 255 times. Erik Malund said:
no mentioning of clock speed a delay routine as usual in C which all know is impossible to determine the timing of Practically it can be used for any clock speed. As I said there is no delay routine specific for generating delay. I also mentinoed that this is fully working code. I used it for 12MHz, 11.0592 MHz crystals. Correct me if I am wrong. Regards Sarang |