- This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › How to use TWI predefined function in Atmel studio ID
Hi Friend..
I want to use TWI and EEPROM predefined function in Atmel studio
Just like TWI_START(), TWI_STOP(), TWI_READ(), TWI_WRITE(), EEPROM_WRITE(), EEPROM_READ()
How use this function?
Where i can find this function ?
To use this function what i have to do ?
Try to find the source code for these functions and gothrough it you can get some idea.
Ok, thank you