Stepper-Motor-Controller icon indicating copy to clipboard operation
Stepper-Motor-Controller copied to clipboard

USI I2C Slave - Sending Multiple Data Bytes

Open jmount1992 opened this issue 6 years ago • 0 comments

There is an error with a slave sending multiple data bytes. Either need to clear the USIDR register within the state = USI_SLAVE_SEND_DATA_ACK_WAIT or change line 206 to be if(USIDR & 0x01).

jmount1992 avatar Apr 30 '18 00:04 jmount1992