2018年9月1日

CS5463驱动

摘要: void uDelay(uint16_t j) { uint16_t i; for(;j>0;j--) { for(i=0;i<500;i--) { ; } }} // cs void clrcs5463CS(void) { GPIO_PinModeSet(gpioPortF, 7, gpioMod 阅读全文

posted @ 2018-09-01 10:19 朱光铭 阅读(438) 评论(0) 推荐(0)

导航