Quote:
Originally Posted by steffen707
If the v.86 code from mpguino can be compiled and written to the ATMEL chip from arduino, then isn't the code compatible with arduino?
|
Not necessarily. Arduino is a set of useful commands, not just a hardware specification. If the MPGuino code changes register settings that those Arduino functions rely on, either MPGuino or the Arduino functions may break. If you don't modify MPGuino with any of those Arduino functions, you should be fine. But then you can't say it's compatible with Arduino, can you?