View Single Post
Old 09-03-2008, 07:17 AM   #582 (permalink)
ishiyakazuo
Test Tool Engr.
 
Join Date: Aug 2008
Location: Elgin, IL, USA
Posts: 47

Red Rocket - '02 Honda Civic LX Sedan
90 day: 33.57 mpg (US)

Bronze Bucket - '98 Toyota Corolla VE
90 day: 34.97 mpg (US)

Silver Bullet - '06 Hyundai Sonata GL
90 day: 31.58 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by rmccomiskie View Post
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.
  Reply With Quote