摘要: 最近在做有关N76E003的项目,使用到双串口。串口的配置没有特殊要求,最基本的配置 void Uart0_Init(void) { //—————————串口0引脚初始化———————— set_P06; set_P07; set_ES; //enable uart0 interrupt Init 阅读全文
posted @ 2019-11-30 16:10 Tyro_one 阅读(1479) 评论(0) 推荐(0)