Introduction - If you have any usage issues, please Google them yourself
MSP430FR57xx Demo- USCI_B0 I2C Slave TX single bytes to MSP430 Master
Description: This demo connects two MSP430 s via the I2C bus. The master
reads from the slave. This is the SLAVE code. The TX data begins at 0
and is incremented each time it is sent. A stop condition
is used as a trigger to increment the outgoing data.
The USCI_B0 TX interrupt is used to know
when to TX.