资源列表
lcdchuan
- 本实例是关于pic单片机驱动fyd12864的串口程序 希望大家喜欢-This example is on the pic of the serial single-chip-driven process fyd12864 hope you like
lcd
- 本实例是关于pic单片机fyd12864的并口程序 希望大家喜欢-This example is on the pic of the parallel single-chip process fyd12864 hope you like
MBM12864LCD
- PIC18F44K20开发的液晶屏程序:宏泰128*64液晶;10个按键;每个按键配个微型LED指示灯;仿照西门子做的,很迷你。-LCD PIC18F44K20 development process: 128* 64 LCD Hongtai 10 keys each key with a miniature LED indicator light modeled Siemens done, it is mini.
hostapd-0.5.3
- hostapd源代码,用于嵌入式服务器AP,学学整体架构,堪称经典-hostapd source code for the embedded server AP, to learn the overall structure of classic
1_080203092937
- 单片机独立式键盘接口电路的程序 特别好用-Stand-alone keyboard interface circuit and procedures
908594
- 动态数码管显示方式采用扫描方式进行驱动各个数码管-Dynamic digital tube display means scanning all digital control drive
23784
- 很优秀的演示USB设备基本操作的程序 特别实用-Excellent demonstration of the basic operation of USB devices in particular and practical procedures
codewriting
- 代码阅读方法与实践(英文版,Diomidis.Spinellis.著)-Code reading method and practice (English, Diomidis.Spinellis. A)
selfDocProtect
- 驱网znsoft大牛开发的一个《个人文档保护系统》对文件系统有兴趣的同学们应该看一下-Daniudi znsoft network drive the development of a " personal document protection system" for the file system of the students who are interested should look at
32bitoneshottiming
- 基于《Stellaris外设驱动库》的例程:定时器32位周期定时示例 掌握以下几个库函数: TimerConfigure() TimerLoadSet() TimerEnable()/TimerDisable() 本实验实现了如何将定时器配置为32位单次触发。在定时器超时时,LED1的状态由亮熄灭,从而指示定时器已经超时。-Based on " Stellaris peripheral driver library" of routines
32bitcycletimer
- 基于《Stellaris外设驱动库》的例程:定时器32位周期定时示例 请掌握以下库函数的用法: TimerConfigure() TimerLoadSet() TimerEnable()/TimerDisable() TimerIntEnable() TimerIntStatus() TimerIntClear() 本实验实现了如何定时器产生周期性中断。定时器被设置为每秒产生2次中断,在每次进入中断处理程序中时都翻转一侧对应的GPIO端口。