Index: ChangeLog =================================================================== RCS file: /cvsroot/avr-libc/avr-libc/ChangeLog,v retrieving revision 1.332 diff -u -u -r1.332 ChangeLog --- ChangeLog 18 Feb 2004 22:54:22 -0000 1.332 +++ ChangeLog 19 Feb 2004 10:57:08 -0000 @@ -1,3 +1,7 @@ +2004-02-19 Joerg Wunsch + + * doc/examples/twitest/twitest.dox: Fix formatting bugs. + 2004-02-18 Joerg Wunsch * doc/api/inline_asm.dox: Fix use of _SFR_IO_ADDR() in inline asm. Index: doc/examples/twitest/twitest.dox =================================================================== RCS file: /cvsroot/avr-libc/avr-libc/doc/examples/twitest/twitest.dox,v retrieving revision 1.1 diff -u -u -r1.1 twitest.dox --- doc/examples/twitest/twitest.dox 18 Dec 2002 22:35:38 -0000 1.1 +++ doc/examples/twitest/twitest.dox 19 Feb 2004 10:57:08 -0000 @@ -29,10 +29,11 @@ Some newer devices of the ATmega series contain builtin support for interfacing the microcontroller to a two-wire bus, called TWI. This -is essentially the same called I²C by Philips, but that term is +is essentially the same called I2C by Philips, but that term is avoided in Atmel's documentation due to patenting issues. For the original Philips documentation, see + http://www.semiconductors.philips.com/buses/i2c/index.html \section twi_demo_intro Introduction into TWI