We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There seems to be some interrupt taking over during transfer of data between 2 Attiny85s. I've noticed a delay of 8-9ms every 10th packet.
I have set buffers to 64 to allow more than 32 bytes per packet. #define TWI_RX_BUFFER_SIZE ( 64 ) #define TWI_TX_BUFFER_SIZE ( 64 )
#define TWI_RX_BUFFER_SIZE ( 64 ) #define TWI_TX_BUFFER_SIZE ( 64 )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There seems to be some interrupt taking over during transfer of data between 2 Attiny85s. I've noticed a delay of 8-9ms every 10th packet.
I have set buffers to 64 to allow more than 32 bytes per packet.
#define TWI_RX_BUFFER_SIZE ( 64 ) #define TWI_TX_BUFFER_SIZE ( 64 )
The text was updated successfully, but these errors were encountered: