资源列表
[微处理器(ARM/PowerPC等)] PIC_Hi-Tech_C_PIC18F4550_USB_CDC_example_v1-02
说明:USB的开发例子,用PIC18F4550实现.可以和电脑用USB控制连接.-USB examples of the development, use PIC18F4550 achieve. And can control the computer using the USB connection.<zuoyong> 在 2025-06-10 上传 | 大小:539kb | 下载:0
[微处理器(ARM/PowerPC等)] PIC18F1320_bootloader_with_complete_source
说明:PIC18F1320 bootloader. This a port of the PIC16F87x bootloader to the PIC18F1320. Project includes Microsoft Visual C++ source for the Windows downloader, and assembly source for the PIC core. For more background documentaiton about bootloaders in ge<zuoyong> 在 2025-06-10 上传 | 大小:570kb | 下载:0
[微处理器(ARM/PowerPC等)] 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-A co<zuoyong> 在 2025-06-10 上传 | 大小:51kb | 下载:0
[微处理器(ARM/PowerPC等)] 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.<zuoyong> 在 2025-06-10 上传 | 大小:5kb | 下载:0
[单片机(51,AVR,MSP430等)] 12864driverandchartools
说明:文件列表: 点阵字符工具 .....\hanzi.exe .....\COMCTL32.OCX .....\COMDLG32.OCX .....\ExRainButton6.ocx .....\MSCOMCTL.OCX .....\MSVBVM60.DLL 12864.c hd61202.pdf-documents list : Lattice characters tools ..... \ hanzi.exe ..... \ COMCT<a> 在 2025-06-10 上传 | 大小:3.51mb | 下载:0
[uCOS开发] 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<Ase> 在 2025-06-10 上传 | 大小:1.53mb | 下载:0
[单片机(51,AVR,MSP430等)] AT89C51CHARLCD
说明:这是用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<Ase> 在 2025-06-10 上传 | 大小:2kb | 下载:0
[单片机(51,AVR,MSP430等)] adc0808-ledc
说明:关于单片机数摸转换的程序adc0808-ledc.c-touch of a few SCM Conversion Program adc0808- ledc.c<> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[微处理器(ARM/PowerPC等)] jx44b0study_system_souce_code
说明:压缩包里包含有JX44B0教学实验系统用户手册及该系统的全套试验例程,用c编写,在ADT环境下编译后下载到 实验板即可执行,是学习arm开发的有用例程 源文件说明 Leddemo LED显示实验 Led LED 显示实验 Serial 串口实验 Interrupt 外部中断实验 Dma DMA实验 Pwm PWM实验 Rtc 实时时钟实验 Watchdog 看门狗实验 Ad AD 采样实验 St<kl.ud> 在 2025-06-10 上传 | 大小:3.83mb | 下载:0
[微处理器(ARM/PowerPC等)] 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 一些中断哑函数 \incl<kl.ud> 在 2025-06-10 上传 | 大小:90kb | 下载:0
[微处理器(ARM/PowerPC等)] fs4510_demo5_pre
说明:FS4510开发板示例程序 demo5_pre----中断服务程序 串口驱动 演示的功能包括中断 定时器 串口 它提供了可以在 FS4510板子上运行的参考代码 文件说明 demo5_pre.apj 为 SDT2.51 的项目文件 汇编格式 init.s 为初始化文件 lcd.c LCD驱动文件 demo5.c 主程序 包含定时器初始化和 timer0 和 timer1 的使用 包含中断服务程序 uart.c 串口驱动<kl.ud> 在 2025-06-10 上传 | 大小:124kb | 下载:0
[单片机(51,AVR,MSP430等)] hongwai-decode
说明:红外遥控器软件解码原理和程序(C51) 红外一开始发送一段13。5ms的引导码,引导码由9ms的高电平和4。5ms的低电平组成,跟着引导码是系统码,系统反码,按键码,按键反码,如果按着键不放,则遥控器则发送一段重复码,重复码由9ms的高电平,2。25ms的低电平,跟着是一个短脉冲,本程序是免费给大家,版权所有,不得用于商业目的本程序经过试用,能解大部分遥控器的编码! */-infrared remote control software decoder principles a<xw> 在 2025-06-10 上传 | 大小:6kb | 下载:0