I found using twi send byte delay.It is there anyway I can reduce delay.
I found using twi send byte delay.It is there anyway I can reduce delay.
no you should most definitely use the hardware TWI peripheral, but the driver, if, as I said, it's not changed, puts huge gaps between characters at higher speeds, so modify it to send more than one byte during the interrupt service routine if they're going out fast enough.
What speed you running at?
no you should most definitely use the hardware TWI peripheral, but the driver, if, as I said, it's not changed, puts huge gaps between characters at higher speeds, so modify it to send more than one byte during the interrupt service routine if they're going out fast enough.
What speed you running at?