Hints on becoming a good PICmicro programmer:
- Get to understand the function of each available command
- Take care when writing code - microcontrollers are very fussy about the syntax
- order, grammar and spelling
- Before touching the computer write a flow chart that adequately describes
your project
- Break projects down into small manageable tasks
- Make comments in your source code
- Make a backup!