-
usb开发 HID_KEYS 用单片机模拟usb开发
usb开发 HID_KEYS 用单片机模拟usb开发-usb analog usb development HID_KEYS with MCU Development
- 2023-01-17 23:45:02下载
- 积分:1
-
With memory function
带有存储器功能的数字温度计-DS1624技术应用。proteus的实践例子 既有电路又有keil里的程序 asm or c-With memory function-DS1624 digital thermometer applications. Proteus practice examples of both circuit and keil procedures in asm or c
- 2022-02-20 07:52:58下载
- 积分:1
-
简单的ATmega16中断编程,通过该程序实现单片机中断编程的入门和认识...
简单的ATmega16中断编程,通过该程序实现单片机中断编程的入门和认识-Simple interrupted programming ATmega16
- 2023-08-15 04:45:02下载
- 积分:1
-
基于C51编程时钟控制DS18B20温度计很准确…
基于DS18B20的温度计,用C51编程
时钟控制的很精确,调试成功的程序,没有问题,可以很方便的移植-Based on the thermometer DS18B20 with C51 programming clock control is very accurate, debugging successful procedures, there is no problem, you can easily transplant
- 2022-03-13 08:53:45下载
- 积分:1
-
无线传感器网络底层驱动程序,针对msp430单片机。
无线传感器网络底层驱动程序,针对msp430单片机。-Wireless sensor networks underlying driver for the msp430 single chip.
- 2022-03-20 19:49:31下载
- 积分:1
-
将数0000
将数0000-9999用数码管依次循序显示
实验步骤:
1.打开伟福V3.20,创建一新文件
2.编写源代码
3.保存文件,文件名后缀为.asm
4.编译程序
5.打开Easy 51Pro v2.0将程序写进实验板-Experimental steps:
1. Open-wei Fu V3.20, create a new document
2. To prepare the source code
3. Save the file, the file name suffix to. Asm
4. Compiler
5. Easy 51Pro v2.0 to open the program into the board
- 2022-04-11 03:45:04下载
- 积分:1
-
ucos的PPT课件 基本原理及其在9s12单片机上怎样移植
ucos的PPT课件 基本原理及其在9s12单片机上怎样移植-OUT PPT Courseware the basic principle and the 9s12 on how to transplant MCU
- 2023-06-13 21:25:09下载
- 积分:1
-
犯错
红外解码程序主要工作为等待红外线信号出现,并跳过引导信号,开始收集连续32位的表面数据,存入内存的连续空间。位信号解码的原则是:以判断各个位的波宽信号来决定高低信号。位解码原理如下:
解码为0:低电平的宽度0.56ms+高电平的宽度0.56ms。
解码为1:低电平的宽度1.68ms+高电平的宽度0.56ms。
程序中必须设计一精确的0.1ms延时时间作为基础时间,以计数实际的波形宽度,若读值为5表示波形宽度为0.5ms,若读值为16表示波形宽度为1.6ms,以此类推。高电平的宽度1.12ms为固定,因此可以直接判断低电平的宽度的计数值5或时16,来确定编码为0或是1。程序中可以减法指令SUBB来完成判断,指令“SUBB A,R2”中若R2为计数值,A寄存器设为8,就可如下:
当“8-R2”有产生借位,借位标志C=1,表示编码为1。
当“8-R2”无产生借位,借位标志C=0,表示编码为0。
将借位标志C经过右移指令“RRC A”转入A寄存器中,再经由R0寄存器间接寻址存入内存中。
-err
- 2022-08-22 12:44:29下载
- 积分:1
-
原创的XML解析,不过只能解析节点及节点内容,不支持属性,纯C语言,适合嵌入式系统使用。...
原创的XML解析,不过只能解析节点及节点内容,不支持属性,纯C语言,适合嵌入式系统使用。-Original XML parsing, but only parse the contents of nodes and the node does not support attributes, pure C language, suitable for embedded systems.
- 2023-02-27 23:25:04下载
- 积分:1
-
单片机c语言应用模块程序! 单片机c语言应用模块程序!
单片机c语言应用模块程序! 单片机c语言应用模块程序!-Singlechip c language program application modules! Singlechip c language program application modules!
- 2022-03-01 16:48:46下载
- 积分:1