LM75温度测试 代码说明: temp_test.v 是顶层模块,包含了 i2c_read_lm75, hextobcd 和 smg_interface 模块; temp_test.v 是顶层模块,包含了 i2c_read_lm75, hextobcd 和 smg_interface 模块; hextobcd.v 为十六进制转 BCD 模块; uart_send.v 为温度数据串口发送模块, 每隔 1 秒在串口助手上显示温度值。