资源列表
4x4键盘程序
- 4*4键盘程序,来自msp430系列单片机-4 * 4 keyboard procedures, from MCU Controller Series
ucos2.51
- lpc2132上真正能跑得源代码!内附一个实例-The source code of uCOS running on lpc2132 ! Include one example.
ucguiview1.0.0.2
- ucguiview1.0.0.2.rar UCGUIVIEW的1.002版本-The version 1.001 of uCGUIVIEW.
s_serial
- 模拟串口工具。在C51下运行,可以方便初学者清楚了解串口的原理和扩展串口。-simulation tools. The C51 running, beginners can facilitate a clear understanding of the principles and serial port serial expansion.
菜单_c51
- 本程序是在c51低下的菜单程序。 如果要mcu 低下编写菜单的朋友可以拿来参考.-the procedures in the lower menu decoder procedures. If the lower mcu prepared menu can be used to reference a friend.
ds1302_c51
- 时钟ic DS1302的驱动程序。开发环境是在c51下。希望给大家做个参考。-clock ic DS1302 the driver. The development environment is under decoder. We hope to be a reference. Thank you! !
crc_算法
- 本程序是在c51的环境下CRC算法的几种方法。希望大家有参考作用。-the procedure was c51 environment CRC algorithm methods. We hope that as a useful reference.
c51_93c46
- 本程序是在c51下的93c46的驱动程序。对开发小产品大有好处。希望对大家有帮助.-is in the process of 93c46 decoder drivers. Small products in the development process. We want to help.
HS12864
- hs12864 液晶显示程序 端口说明: 1 vss GND 2 VDD VCC(5v) 3 V0 VCC(5v) 4 D/I PC4 5 R/W PC5 6 E PC3 7 DB0 PA0 ... 14 DB7 PA7 15 CS1 PC1 16 CS2 PC2 17 RST PC0-hs12864 LCD procedures ports : a VSS GND 2 VDD VCC (5v) 3 V0 VCC (5v) 4 D / I PC4 5 R / W E PC3 recurring
FM24C16
- //THIS CODE WAS DESIGNED TO DEMONSTRATE HOW THE FM24C04/FM24C04A SERIAL FRAM COULD //BE INTERFACED TO THE 8051 MICROCONTROLLER. THE INTERFACE USES 2 LINES //FROM PORT 2 (P2.7 AND P2.6) TO COMMUNICATE. //THE CODE SHOWN DEMONSTRATES A RANDOM READ AND
大容量FLASH存储器29C040的C51读写程序
- 大容量FLASH存储器29C040的C51读写程序 -large-capacity flash memory reader 29C040 the procedures C51
多级菜单
- /*[原创]一个树形多级菜单参考程序 这是一个用于车载电话的菜单程序,可以看成是手机功能菜单的简化板. 我所认为的树形多级菜单是指:在一个父菜单项目下面有多个子菜单, 子菜单下面又有多个孙菜单...,进入下层菜单主要依*当前选中的索引.有点象文件的目录结构. 本木从前实现这类的菜单主要*分层的switch语句,每层都是一个switch.但当我看到晓奇大侠的 程序和耳朵灌满lq等人的争论后,那时那地,我的心境变化了,我意识到指针代表了先进的生产力, 代表了社会的发展方向,是建设和谐社会的必要条件.