Quote:
Originally Posted by rmccomiskie
http://sanguino.cc. Says it's Arduino compatible (with minimal changes) but 64K Flash, 4K RAM, 2K EEPROM.
|
It's compatible from the standpoint of sharing the AVR instruction set...
It's not pin-compatible or 100% code-compatible, so if you build something around it, everyone else has to have that exact same setup. At least with ATMega328, it's a pin-compatible part, so I/O mapping is identical, and people can just solder one of those into their Arduino instead. Modifications to the software are also fairly minimal.