﻿
This demo demonstrates the communication between SCI I2C and Full Feature I2C on two boards!!

Master board (with SCI I2C peripheral) first transmits data and then compares all data received from Slave board.

!!!Note!!!

-> How to distinguish Master Board and Slave Board ?

1. Wire Connection

  Master Board      <--->       Slave Board 

     I2C SCL      ---------     I2C SCL 
     I2C SDA      ---------     I2C SDA 
      GND         ---------       GND

2. How To Use ?

   a. macros like __MAXIMUM_RD_LENGTH__ indicate I2C data quantity.

