STM32 TM1638 按键扫描问题解决
摘要:
unsigned char TM1638_Read(void) //读数据函数{ u8 i; u8 temp=0; for(i=0;i<8;i++) { temp>>=1; TM1638_CLK_Low(); GPIO_ReadInputDataBit(GPIOD,GPIO_Pin_14); //空 阅读全文
posted @ 2018-03-22 21:38 夜空的星星* 阅读(4321) 评论(0) 推荐(0)
浙公网安备 33010602011771号