资源列表
infrared_send
- 基于80c51的半双工红外发射程序,带键盘可修改发射内容
iap
- 单片机IAP编程源程序,可直接使用,适用于嵌入式系统的智能学习功能
ISD4002
- 美国ISD公司的ISD4000系列的ISD4002录放程序
RS-232
- void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init
t6963
- 部分T6963液晶显示的基本功能函数。在函数中进行调用,希望大家进行学习交流。-T6963 LCD part of the basic functions of function. In function calls, hoping to study the exchange of everyone.
main_rtc
- 详细讲解了有关PIC33系列单片机的使用方法和各个功能模块的使用方法
baluqiangdaqi
- 基于at89c51的八路抢答器的c程序源码-Based on the eight-way Responder at89c51 c-source code
nrf2401
- nrf2401发送指令 mps430f449-nrf2401
DMXkong
- 灯光颜色控制程序,基于DMX的接收说明与发送方法,标注有说明-Light color control procedures, to receive instructions and DMX-based delivery method, marked with instructions
delay
- 通过SysTick倒计数器来实现延时函数-Delay function through the SysTick down counter
stm8
- STM8控制流水灯的控制,共包含6种控制方法。 分别为:正反流水灯移位法;正反流水灯数组法;外部中断控制正反流水灯;流水灯数组程序;流水灯普通程序;独立键盘控制流水灯。 -STM8 control lamp control, water contains six kinds of control methods. Respectively: positive and negative light water displacement method Positive and nega
PCF8563
- I2C总线模拟程序PCF8563T,实时时钟芯片程序,已经-I2C bus simulation program PCF8563T, real-time clock chip program
