- This topic has 0 replies, 1 voice, and was last updated 12 years, 4 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › Mistake in the article of the TWI for Atmega
Hello
Theres a mistake in the article “How to use I2C / TWI (Two Wire Interface) in AVR ATmega32”
unsigned char address=0x20, read=1, write=1;
must be
unsigned char address=0x20, read=1, write=0;
greeting Chris