??? 08/30/06 17:06 Read: times |
#123395 - I know this guy who whips out 3 PIC projects a wee Responding to: ???'s previous message |
Interesting. I'd be very skeptical of using 'C' on the PIC just because there's relatively little memory and things require so many instructions to accomplish. Even if 'C' is optimized, you still have the libraries and all the sloppy techniques you can use when you have them available
I know this guy who whips out 3 PIC projects a week, he codes everything in C. Now a 'project' for him usually is something like 'blink a lamp if the door is open'. If you go for the dead simple, PICC will fit, if you try to do 'something' it will not (on the smalller versions). Erik |