摘要: 1 #include "iic.h" 2 3 void IIC0_Delay(u32 count) 4 { 5 for(uint32_t i= count*3;i>0;i--){} 6 //Sys_HardDelayUs(count); 7 //rt_thread_mdelay(1); 8 } 9 阅读全文
posted @ 2022-06-17 12:13 =天赋= 阅读(144) 评论(0) 推荐(0) 编辑