资源列表
lunarcalender
- 51 单片机上用的真正的万年历 调试通过 100年范围 输入公历 得到阴历 验证没有错误 难得难得-51 MCU with the real calendar, debugging through the scope of the importation of 100 calendar was lunar calendar without certification rare rare mistake
MCS51-pc485
- MCS51 485通讯程序 有详细的注释 调试通过-MCS51 485 communications procedures are detailed in the Notes through debugging
hongwai-decode
- 红外遥控器软件解码原理和程序(C51) 红外一开始发送一段13。5ms的引导码,引导码由9ms的高电平和4。5ms的低电平组成,跟着引导码是系统码,系统反码,按键码,按键反码,如果按着键不放,则遥控器则发送一段重复码,重复码由9ms的高电平,2。25ms的低电平,跟着是一个短脉冲,本程序是免费给大家,版权所有,不得用于商业目的本程序经过试用,能解大部分遥控器的编码! */-infrared remote control software decoder principles a
fs4510_demo5_pre
- FS4510开发板示例程序 demo5_pre----中断服务程序 串口驱动 演示的功能包括中断 定时器 串口 它提供了可以在 FS4510板子上运行的参考代码 文件说明 demo5_pre.apj 为 SDT2.51 的项目文件 汇编格式 init.s 为初始化文件 lcd.c LCD驱动文件 demo5.c 主程序 包含定时器初始化和 timer0 和 timer1 的使用 包含中断服务程序 uart.c 串口驱动
fs4510_demo4
- FS4510开发板示例程序demo4 压缩包内含FS4510开发板LCD驱动程序与定时器程序 文件说明 demo4.apj 为 SDT2.51 的项目文件 init.s 为初始化文件 汇编格式 lcd.c LCD驱动文件 demo4.c 主程序 包含定时器初始化和 timer0 和 timer1 的使用 memory.a memory分配 snds.a init.s用到的硬件信息 isr.c 一些中断哑函数 \\inc
jx44b0study_system_souce_code
- 压缩包里包含有JX44B0教学实验系统用户手册及该系统的全套试验例程,用c编写,在ADT环境下编译后下载到 实验板即可执行,是学习arm开发的有用例程 源文件说明 Leddemo LED显示实验 Led LED 显示实验 Serial 串口实验 Interrupt 外部中断实验 Dma DMA实验 Pwm PWM实验 Rtc 实时时钟实验 Watchdog 看门狗实验 Ad AD 采样实验 St
adc0808-ledc
- 关于单片机数摸转换的程序adc0808-ledc.c-touch of a few SCM Conversion Program adc0808 - ledc.c
AT89C51 CHAR LCD
- 这是用51单片机开发的char字符型LCD的驱动程序,使用了0号定时器和0号中断,注释详细。有函数DispOneChar显示一个字符,LcdReset,LcdWriteCommand,LcdWriteData,WaitForEnable,Delay400Ms定时器延时-This the 51 MCU Development char character LCD driver, the use of 0, 0 and the timer interruption of the Notes deta
VcDemoOfuCGUI
- 这是一个移植到vc上的小型ucGUI,有助于容易理解GUI的实现和移植到嵌入式系统上,其中包括了Font,Widget,Window,Graphs(circle,line,poly,arc),LCDDriver,MemDev等。-This is a transplant of small vc ucGUI. easy to understand GUI to the realization and transplanted to embedded systems, including the F
12864driverandchartools
- 文件列表: 点阵字符工具 .....\\hanzi.exe .....\\COMCTL32.OCX .....\\COMDLG32.OCX .....\\ExRainButton6.ocx .....\\MSCOMCTL.OCX .....\\MSVBVM60.DLL 12864.c hd61202.pdf-documents list : Lattice characters tools ..... \\ hanzi.exe .....
PIC_Hi-Tech_C_I2C_for_EEPROM_24LC01B
- Example code for I2C, routines for PIC16F877 to write to the 24LC01B EEPROM, using the PICDEM 2 demo board from Microchip.-Example code for I2C, routines for PIC16F877 to write to the 24LC01B E EPROM. using the PICDEM 2 demo board from Microchip.
PIC_Hi-Tech_C_Mike_Pearces_I2C_routines
- A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These functions are single master only functions, and are ideal for communicating with things like EEPROMs, LCD Drivers, ADC Converters etc