用到GPIO口 PA0~PA11共12个引脚先上原理图因为是共阳所以12,9,8,6为电源输入,其他引脚均为接地,所以对于芯片来说12,9,8,6高位输出,其他设定为低位即可。//设定下GPIO口voidGPIO_Num_Init(void){GPIO_InitTypeDefG
下面是 74ls164 驱动 共阳数码管的演示程序#include#define uint unsigned int#define uchar unsigned charsbit DAT=P1^1; //模拟串口数据发送端sbit CLK=P1^2;//模拟时钟控制端uchar code tab[]={0xc0,0xf9,0xa4,0x