资源列表
99992
- 秒表程序-Stopwatch program
CS18-2
- 定时中断。采用定时器T0,定时50ms,每次定时溢出引起中断,在中断程序中对计数器累加。每一秒LED亮0.2s,熄0.8s。 特色:低功耗。程序中技巧在于将1s分成cnt记20次,0.2秒占20 ,即中断的前4次都点亮,后16次都熄灭。-Interrupted from time to time. The use of timer T0, from time to time 50ms, each caused by overflow from time to time interrupted
1602T
- 1602液晶程序,使用汇编程序编写!可以作为1602测试及学习用!-a program for 1602
dingshi
- //程序名称:dingshi.c //程序功能:定时器0驱动,流水灯显示定时中断次数-//Program Name: dingshi.c// process functions: Timer 0 drive, water lights show the number of timer interrupts
fre_pwm
- 可以调整频率和占空比的大小,用计数器来实现。时钟越高精度越好-FREQUENCE DUTY CYCLE
rtx_tes
- 本手册解释如何使用 rtx51小型实时操作系统并给出 rtx51完全版功能的概述 个手册并不是一本详细的实时应用的入门教程并且假定你已经熟悉了 Keil C51 A51 相关工具 DOS操作系统和8051微处理器的硬件和指令体系-This manual explains how to use a small real-time operating system rtx51 rtx51 given an overview of the full version features a man
EEPROM
- Firmware written in Embedded C for implementing an I2C communication between a PIC16F877A with a 28Cxx EEPROM memory. However this can be modified to work on any controller platform.
Digital-loop-display
- 数码管的显示程序,数码管循环显示900-999~-Digital loop display 900-999 ~
ADE7753
- 基于LPC1114的ADE7753读写C文件-LPC1114 based on the ADE7753 to read and write C files
FREQ-COUNTER
- frequency counter in pic 16f877a
Print-table-(2)
- 打印乘法口诀表,每项的格式为:i * j = k,如: 1 * 1 = 1 1 * 2 = 2 2 * 2 = 4 1 * 3 = 3 2 * 3 = 6 3 * 3 = 9-Print multiplication formulas table format for each of: i* j = k, such as: 1* 1 = 1 1* 2 = 2 2* 2 = 4 1* 3 = 3 2* 3 = 6 3* 3 = 9
63
- 从8255的C口低四位输入一个BCD码,高四位也输入一个BCD码,两者相加后,以BCD码的形式从A口输出到指示灯。CS接280H。-From the 8255 low of C 4 I enter a BCD code, the high-four also enter a BCD code, the two add up to the form of BCD code output from the A to the light. CS then 280H.