adding README
1 file changed
tree: ccefa31e7789c57d6b57d550ba6a46c523062598
  1. README.md
README.md

I2C - Inter Integrated Circuit

License UPRJ_CI Caravel Build

I2C Controller

I2C bus, the controller transmits 8-bit data with the target receiving those 8-bits.

Modes of Operation:

 #------------------------------------#
 | i_read 	| Controller 	| Target 		|
 |----------|-------------|-----------|
 | 0				| Transmit		| Receive 	|
 | 1				| Receive			| Transmit	|
 #------------------------------------#

Frequency of operation = 5 Mbps


References: