??? 01/20/10 04:31 Read: times Msg Score: +1 +1 Informative |
#172606 - What I do is as follows... Responding to: ???'s previous message |
What I do is as follows:
For embedded MCU code, whether it be C or assembler I always write my own from data sheets or algorithm books. Anything that is anywhere near to something I wrote in the past I'll adapt my code to the new application. For host / PC / Windows type code I'll normally code from my own design. If I find some unique interface code or sample code I always reformat, rewrite and rename variables in the code till I've gone through it line by line token by token and made it so I fully understand it. Michael Karas |