资源列表
STC_2uart-sram.rar
- STC单片机双串口测试程序,用于调试STC单片机的双串口,STC microcontroller pairs of serial testing program for debugging serial port pairs SCM STC
AT89S52_ds18b20
- 用单片机AT89S52读取数字温度传感器ds18b20的程序-MCU AT89S52 with digital temperature sensor to read the procedures ds18b20
tongxunlu
- 手机通讯录系统 主程序文件是“通讯录.dsw”用Visual C++ 6.0来调试。 -shou ji tong xun lu
ds1302
- 主要是PS2键盘与ATMEGA128-16AC通信以及应用程序典型范例-Mainly is the PS2 keyboard and ATMEGA128-16 ac communication and application examples
lcd20x2
- HD447850 LCD interface with 8051 Microcontroller in which C code can drive 2 line and 4 line ALpha numaric LCD
ov6620
- 我自己写的0v6620图像采集程序,编译成功-I wrote it myself 0v6620 image acquisition process, compile successfully
smart
- Simple PIC12F675 source - Compile by Hitec-c
ARM9(s3c2410)TOUCH_SCREEN
- 三星ARM9 s3c2410 触摸屏控制 实现触摸屏的矫正和触摸屏状态返回-Samsung ARM9 s3c2410 Touchscreen controller Touchscreen corrected and returned to the state Touchscreen
FSK_TxRx.pes
- Tx/Rx FSK This scr ipt sends a standard preamble and then switch to data transfer mode. This scr ipt allows the modem to synchronise to an incoming data stream that is preceded by a preamble.
ledA3
- AT89C58单片机的数码管显示 用汇编语言编写-AT89C58 single-chip digital tube display with assembly language to prepare
Numeric calculator
- A numeric calculator for simple operations, realized with a keypad, LCD and ATmega16 controller.
BUTTON_TEST
- 检测BUTTON下降沿,触发中断处理,点亮相应的LED,并在数 码管上显示操作的按钮序号,是一个简要的中断处理范例。