Skip to content
View ALing188's full-sized avatar

Block or report ALing188

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. AT89C51-Matrix-keying AT89C51-Matrix-keying Public

    在普中-4开发板上的一个关于4*4矩阵按键的简单项目。其中利用C语言的二维矩阵与按键的物理矩阵相互映射的思想,可以作为参考。

    Assembly

  2. AT89C51-LED-light-matrix AT89C51-LED-light-matrix Public

    在普中-4开发板上的一个关于8*8LED灯的矩阵项目,能将数字0-9显示出来。

    Assembly

  3. AT89C51-Five-phase-Four-step-Stepper-Motor AT89C51-Five-phase-Four-step-Stepper-Motor Public

    由89C51控制的五线四项步进电机-28BYJ-48步进电机,其步进电机电机控制函数模块可移植其他单片机系统。

    Assembly

  4. AT89C51-Timer-Accurate-1ms-Delay AT89C51-Timer-Accurate-1ms-Delay Public

    利用AT89C51的T0计时器(P2^4)精准的控制延时函数进行以1ms为单位延时。

  5. C51-Timer-Interrupt C51-Timer-Interrupt Public

    使用定时器中断来产生1ms的间隔,并且避免阻塞其他程序的运行。

  6. C51-serial-communication C51-serial-communication Public

    C51-串口通信(简单的回显程序与定时器互相占用问题)