资源列表
linux-driver2
- 一些linux下的驱动源码,对于学习Linux驱动开发的朋友有一定帮助-linux driver
linux-kernel-debug-tools
- 一些在linux下调试工具的源代码,喜欢的朋友可以收藏一下-debug tools under linux
Protues-74ls165
- 74ls165并行口转串口protues仿真试验程序 编程软件:winavr ,M8单片机 165中文资料-74ls165 parallel port transfer serial test programming software: winavr, M8 MCU
TFT-check
- TFT三点校正程序,有兴趣的朋友可以下载测试-TFT three-point calibration procedure, and friends who are interested can download the test
MobilPlayer
- 手机播放器,J2ME上可以执行的一款简单的程序-Mobile player
ILI9320-drive
- ILI9320 51 drive 驱动程序
duojiqudongkeyiyong
- 个人编写的舵机驱动程序,附加注释,适合初学-Servo driver, additional personal written notes, suitable for beginners
upload
- 8051 embedded c programs
05-stm32-LED
- 野火开发板stm32的LED实验,希望对大家有帮助。-The wildfire development board the stm32 The LED experiments and hope to help everyone.
MODBUSs
- modbus通讯例程,谢谢各位,相信一定对大家有帮助-modbus communication routines, Thank you, I believe we all have to help
linux-tool
- linux2.6内核升级工具的实现代码,有兴趣的朋友可以下载-linux2.6 kernel upgrade tools achieve code, interested friends can download
单片机与Ds1302显示时间
- 使用单片机和DS1302做电子万年历,实时时钟芯片DS1302的应用v_Set1302(); while(1) { v_Get1302(); time(); for(j = 0; j < 8; j++) { display(j, j); } }