资源列表
led_dis
- 程序详细功能介绍: * 利用AT89S51单片机的P0端口的P0.0-P0.7连接到一个共阳数码管的a-h的笔段上, * 数码管的公共端通过三极管8550选通。在数码管上循环显示0-9数字,显示时间的间隔可通过修改延时程序。
clock_dsu
- 本人做的一款MSC-51控制程序定时开关控制器 本产品能根据用户设定的时间,自动打开 和关闭各种电器设备的电源。广泛用于路灯、霓虹灯、广告灯、电饭煲、增氧机、养殖灌溉、预热等领域用电设备的编程定时自动控制。
KGM281E_Initial_Code
- ili9320的驱动程序,C源码,初始化代码
51uart
- 串口调试程序 1. 发送过程:在发送时必须保证TI=1:即发送缓冲器为空,否则将导致数据发不出去,如果想强制发送可以用:TI=1.具体发送数据:利用printf(“akjdfaklfj”) 函数直接发送即可。 2. 接收过程:在接收时多选用中断方式,这样可以节约CPU的时间,提高效率, -1 serial port debugger. Send process: to be sent to ensure that TI = 1: that is, send buffer is
stc12
- STC12C2052内部集成的2K的EEPROM应用。-STC12C2052 the 2K internal EEPROM integrated applications.
18b20
- 18B20单线温度检测的应用样例程序,具体功能看里面的注释。-Temperature detection of single-18B20 sample application procedures, see the specific features of the notes inside.
lcd
- 常用液晶驱动,已在Keil里编译通过。注意硬件连接-useful lcd drive,in Keil enviroment
FreMe
- 基于C8051F020的测频程序。T0定时中断进行频率计算,T2工作再捕获方式,计数脉冲个数。-C8051F020-based procedures for measuring the frequency. T0 timer interrupt frequency calculation, T2 work to capture the way, counting the number of pulses.
DA_2
- 江湖医生的学习代码收集,供需要的人学习使用.B-Quacks of learning the code collection for those who need to learn to use. B
L_Yled
- 长条灯加圆形灯板的三色LED灯控制器,有更多光色组合与变化。-Strip lamp, a circular three-color LED light panel lamp controller, there is more light color combinations and changes.
HT1621LCD
- 液晶驱动程序:液晶控制芯片 HT1621创建时间 :2010-05-01版本号 :Ver 1.0修订说明 :已可以作为最终版本(能稳定驱动本类型的任何LCD屏)-for(DisplayAddress=0x00 DisplayAddress< SegmentAddress DisplayAddress++) { WriteOneByteToLCD(DisplayAddress,0x00) //0 Not Display, 1 Display }
nodemcu_webserver
- 用于nodemcu的web服务器Lua脚本,可以通过web页面远程控制ESP8266的GPIO状态。-A set of Lua scr ipt applied on nodemcu to help you setup a web-server, using a web browser to controller the GPIO on ESP8266 modular remotely