??? 04/30/11 11:25 Modified: 04/30/11 11:27 Read: times |
#182124 - step-by-step mode Responding to: ???'s previous message |
Try your code in step-by-step mode.
Make sure that each piece of code you write, works properly before add more pieces. The MESSAGE: is a part to be rewritten by something like lcd_puts function. Test the "peripheral" code with a simple main and when that peripheral works, then add the next function, test ... remember [Analysis] [Development] [Test] [User_Acceptance] If you write down the peripherals you have to use and the way to config/initialize/work each of them, then the solution comes naturally. |