Closed GoogleCodeExporter closed 8 years ago
Adding this to twi.c (+ the above) fixed the problem . . .
#if defined(__AVR_ATmega168__) || defined(__AVR_ATmega8__) ||
defined(__AVR_ATmega328P__)
SIGNAL(TWI_vect)
#elif defined(__AVR_ATmega644P__) || defined(__AVR_ATmega644__)
SIGNAL(SIG_2WIRE_SERIAL)
#endif
The wire lib is now working on the 644 and the 328.
John
Original comment by johngiam...@gmail.com
on 21 Aug 2009 at 3:50
fixed in 0023r3 (cleaning up old issues)
Original comment by sutt...@gmail.com
on 19 Feb 2012 at 10:31
Original issue reported on code.google.com by
johngiam...@gmail.com
on 14 Aug 2009 at 2:35