PA3040
Advanced Member level 3
- Joined
- Aug 1, 2011
- Messages
- 883
- Helped
- 43
- Reputation
- 88
- Reaction score
- 43
- Trophy points
- 1,308
- Activity points
- 6,936
Dear All
Following code is for PIC16f877a I2C Start condition
Can I have the I2C start condition code for XMEGA128A1 MCU
Thanks in advance
Following code is for PIC16f877a I2C Start condition
Code:
void I2CStart(){
SEN = 1;
while(SEN);
}
Can I have the I2C start condition code for XMEGA128A1 MCU
Thanks in advance