-
51单片机相关驱动程序
51单片机最小系统测试程序
51单片机相关驱动程序
51单片机最小系统测试程序-51 SCM related to the smallest single-chip driver system 51 test procedure
- 2022-04-06 11:36:23下载
- 积分:1
-
STM32F4移植ucOS-ii
STM32F4移植ucOS-ii工程文件。特点:1、尽量不改变STM32F4的库文件,尤其启动文件startup_stm32f4xx.s;2、移植系统所需改动是在工程文件的uCOS/Port文件夹;3、新建两个任务进行测试;4、硬件平台为ST的STM32F4-DISCOVERY评估板
- 2023-04-24 03:45:03下载
- 积分:1
-
LCD驱动
LCD driver,the source code for lcd driver-LCD driver
- 2022-09-04 04:55:03下载
- 积分:1
-
TI的zigbee2006 协议栈
完成自动组网功能。
TI的zigbee2006 协议栈
完成自动组网功能。-TI zigbee2006 protocol stack to complete auto-networking features.
- 2022-02-04 19:58:48下载
- 积分:1
-
开发环境为uClinux2.4.x+s3c44b0。此程序以字节方式对IIC器件进行读写。通过硬件测试,可以直接使用。附:IIC测试程序。具体使用说明见其中的r...
开发环境为uClinux2.4.x+s3c44b0。此程序以字节方式对IIC器件进行读写。通过硬件测试,可以直接使用。附:IIC测试程序。具体使用说明见其中的readme.txt。-development environment for uClinux2.4.x s3c44b0. This procedure in byte pairs IIC device reading and writing. Through hardware testing can be used directly. Report : IIC test. Specific use see the readme.txt.
- 2022-07-21 22:07:13下载
- 积分:1
-
提取单个汉字字模程序,方便编写嵌入字库的液晶程序 修改函数writehz()可以按自己的文件格式生成字库代码文件 作 者: David Wang Email:...
提取单个汉字字模程序,方便编写嵌入字库的液晶程序 修改函数writehz()可以按自己的文件格式生成字库代码文件 作 者: David Wang Email: wy94081@sina.com.cn-extract a single Chinese character mode in order to facilitate the preparation of embedded font LCD revising the procedures writehz function () can have its own font file format generated code author : David Wang Email : wy94081@sina.com.cn
- 2022-03-14 10:30:12下载
- 积分:1
-
这是一个基于8255扩展端口的keil c51的固件、驱动技术。
这是一个基于8255扩展端口的keil c51固件,实现对fat32硬盘的控制。网上还不太好找。-This is based on a 8255 expansion of the port Keil decoder firmware, the drive to achieve the right fat32 control. Not very easy to find online.
- 2022-04-28 12:42:13下载
- 积分:1
-
ds1302+1602shizh0ng.含闹钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字
sbit SCLK=P2^5; //位定义1302芯片的接口,时钟输出端口定义在P1.0引脚
sbit DATA=P2^6; //位定义1302芯片的接口,数据输出端定义在P1.1引脚 I/O
sbit RST=P2^7; //位定义1302芯片的接口,复位端口定义在P1.2引脚 CE
sbit s1=P1^0; // 时间移位
sbit s2=P1^1; // 时间加
sbit s3=P1^2; //时间减
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 14:54:39下载
- 积分:1
-
用过EMC芯片的朋友都知道EMC的指令系统属于精简指令集(57条指令),这在做一些小程序时是非常方便的,但是如果程序较大,你就会发现,好多精力都被浪费在编写一些...
用过EMC芯片的朋友都知道EMC的指令系统属于精简指令集(57条指令),这在做一些小程序时是非常方便的,但是如果程序较大,你就会发现,好多精力都被浪费在编写一些相似的指令上了,能否从中解脱出来呢?其实,如果你能善用EMC的宏指令,往往提高写程序的速度,并增加程序的可读性和可维护性-EMC Friend chips used all know EMC directive system are reduced instruction set (57 instructions), which make some small program is very convenient, but if a larger program, you will find that a lot of energy have been wasted in the preparation of some similar instructions on the can extricate themselves from it? In fact, if you can make the best use of EMC macros are often written procedures improve the speed and increase the program readability and maintainability
- 2023-03-21 23:55:04下载
- 积分:1
-
单片机菜单实现
单片机菜单实现,3层菜单,能实现翻页跳转等,使用的控制器是DMX512控制器 液晶屏采用HT1286418模块,代码高效而简练,是不可多得的嵌入式菜单实现。
- 2023-01-05 14:20:03下载
- 积分:1