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.
you can write your own driver which sends out as many bytes as it can at each interrupt instead of the SDK one which, unless it's changed, sends one byte only then waits for another interrupt before it does the next one.
you can write your own driver which sends out as many bytes as it can at each interrupt instead of the SDK one which, unless it's changed, sends one byte only then waits for another interrupt before it does the next one.