This commit is contained in:
yunlongLi 2024-11-07 08:20:58 +08:00
parent 21a79e6f3f
commit bde5630022
3 changed files with 12 additions and 1 deletions

4
protocol/i2c/README.md Normal file
View File

@ -0,0 +1,4 @@
[REF]
1.http://www.cnblogs.com/liujinggang/p/9656358.html

6
protocol/i2c/iic_send.v Normal file
View File

@ -0,0 +1,6 @@
//==========================================================
//--Author : colonel
//--Date : 11-06
//--Module : iic_send
//--Function: iic_send module
//==========================================================

View File

@ -138,6 +138,7 @@ end
endmodule
//==========================================================
//--Author : colonel
//--Date : 11-05
@ -230,7 +231,7 @@ always @(posedge clk or rst_n) begin
end
end
//==========================< 信号 >=========================
//==========================< 信号 >========================
reg [8 -1:0] uart_txd_r;
//=========================================================
//-- uart_txd_r