Description: // Example software to demonstrate the I2C Slave interface.
// - Interrupt-driven I2C Slave implementation
// - Only slave states defined
// - 1-byte I2C Slave data holder used for both transmit and receive
// - Timer3 used by I2C Slave for SCL low timeout detection
// - ARBLOST support included
To Search:
File list (Check if you may need any files):
Interrupts.c
EFM8BB2_I2C_Slave.c
InitDevice.c