资源列表
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
HT1621LCD
- 液晶驱动程序:液晶控制芯片 HT1621创建时间 :2010-05-01版本号 :Ver 1.0修订说明 :已可以作为最终版本(能稳定驱动本类型的任何LCD屏)-for(DisplayAddress=0x00 DisplayAddress< SegmentAddress DisplayAddress++) { WriteOneByteToLCD(DisplayAddress,0x00) //0 Not Display, 1 Display }
STM8A_CLK
- 在MCU启动后,负责时钟模块初始化, 并从默认的内部时钟切换到外部时钟。 提供关断MCU 外围模块时钟的接口函数-After the MCU startup, is responsible for the clock module initialization, and switch from the default internal clock to the external clock. Provides shutoff MCU peripheral interface function m
BMp085
- Arduino Bmp05 code with zigb-Arduino Bmp05 code with zigbee
SD
- 51单片机SDHC卡驱动程序,模拟SPI总线方式,修改相关引脚即可直接调用-51MCU SD card deiver
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