PDA

View Full Version : avr code to code for PIC



JasonMcG
- 10th September 2014, 17:39
Can anyone help me convert code from avr to PIC??

towlerg
- 11th September 2014, 00:57
That rather depends. If the AVR code is some high level language then possiblly, if it's assembler, good luck with that. As you want to end up with PICBasic, if the AVR code is also Basic then it's quite doable, if its C then the fact that it was originally compiled for AVR isn't that important, if you use a PIC C compiler you'll probably get pretty close.

As always, the devil is in the details.

George