资源列表
timer
- keil开发的基于51单片机的测频程序,能实现用按键设置测脉冲的阀门时间。-keil the development of microcontroller-based frequency measurement 51 procedures to achieve with the buttons to set the valve pulse time measurement.
DHCP
- 简单的嵌入式tcp/ip协议栈中DHCP的编写。-Simple embedded tcp/ip protocol stack in the preparation of DHCP.
clock_project
- 用单片机实现的电子钟程序,实现数码管显示和闹钟报警功能。-Electronic clock with the MCU program to achieve digital control display and alarm clock alarm.
PS2_Keyboard_and_Microcontroller_Communication
- 这是PC机上的PS2键盘与单片机通信的程序代码,用来实现单片机遇pc的通信。-This is a PC, the PS2 keyboard to communicate with the MCU program code used to achieve SCM encountered pc communication.
xiyiji_code
- 某品牌全自动洗衣机的代码程序,网上下的,欢迎下载-A certain brand of fully automatic washing machine code programs, on-line under the welcome to download
ad7705
- 温度测试,带压力控制器的系统,avr的,网上下的,欢迎下载测试-Temperature test, with pressure control systems, avr, online under are welcome to download the test
diaoyuchuan
- 无线钓鱼船,无线遥控放线功能,自动检测鱼上钩功能,自动收线功能。-Wireless fishing boat, wireless remote control pay-off function, auto-detection function of the fish hook, auto-close connections.
MCU
- C8051F系列单片机的应用例程,包括各个功能的应用程序和头文件-Application of routine C8051F series microcontrollers
fandaoxhuomingshu
- 制作防盗器,设计防盗器参考文件!很有用的,以此写程序,是个好的参考法子啊-Production of anti-theft devices, anti-theft devices designed to reference documents! Useful, this writing program, is a good reference to nothing, ah
ATtiny13A
- ATTINY13A电源监控软件,思路清晰,涉及多路AD转换的内容。 /* 电源监控软件需求 硬件环境:ATtiny13A,内部9.6M时钟,内部1.1V电压基准、8位精度、屏蔽RESET 定义: P5:输出接蜂鸣器 P6:输出接备用电源指示灯 P7:输出接主电源指示灯 P1:检测主电源输出电压 P2:检测备用电源输出电压 P3:检测备用电池电压 上电P5、P6、P7输出2秒脉冲(0.25秒高0.25秒低) 检测P1电压在0.7V~0.9
SPMC75_DMC_Toolkit_Demo
- 凌阳公司为μnSPTM单片机的应用开发提供了较为完善的开发支持工具:硬件工具和软件工具。硬件工具即为μnSPTMCPU系统仿真板,用于程序的二进制代码的下载调试;软件工具按其操作系统分为DOS环境下的分立工具和Windows环境下操作的集成工具。-Sunplus company μnSPTM MCU application development to provide a more comprehensive development support tools: hardware tools a
HEXtoBCD
- 在目前所发表的十六进制转化成BCD码的处法中,一般都采用移位相加的方法,其计算过程都比较费时,不适宜很多场合,且很多不适宜C语言调用。而在C语言中,有些初学者用求余的方法来做这种运算,造成程序十分臃肿。下面这段程序仿照竖式除法来进行运算,速度超快。-Published in the current hex code into a BCD at law, in general, have adopted the method of shifting the sum of its calculati