登录
首页 » SCM » 一个出学习者的很好的单片机的教程......很实用

一个出学习者的很好的单片机的教程......很实用

于 2022-03-29 发布 文件大小:129.71 kB
0 165
下载积分: 2 下载次数: 1

代码说明:

一个出学习者的很好的单片机的教程......很实用-The learner a good tutorial SCM. . . . . . Very practical

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Serial Communication Classic to use the program, previously collected Dongdong f...
    串口通讯经典使用程序,以前收集整理的东东,希望对大家有用!-Serial Communication Classic to use the program, previously collected Dongdong finishing the hope for all of us!
    2023-05-27 16:00:02下载
    积分: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
  • RC500开发一套完整的信息,并进行了详细的测试…
    RC500开发全套资料,内有详细经过测试详细资料。-RC500 development of a full set of information, which has been tested in detail more details.
    2022-05-13 09:54:02下载
    积分:1
  • GIAO Trinh CCAN Tieng越南
    Giao trinh CCAN tieng viet
    2022-07-05 14:12:35下载
    积分:1
  • This code is related to the realization of the source code for USB functions, in...
    这段代码是有关USB功能的实现源代码 包括驱动 等-This code is related to the realization of the source code for USB functions, including drivers, etc.
    2022-01-31 10:06:27下载
    积分:1
  • 家居消毒消毒器消毒柜里柜
    家用消毒柜 家用消毒柜-Home home disinfection disinfector disinfecting cabinet home cabinet
    2022-10-10 13:55:02下载
    积分:1
  • LCM 12864 LCD图形显示程序例子 在LCD上显示一幅图,是“我的电脑,我的文档”。IC用PIC16F877A,晶振 4MHZ,采用并行8线,...
    LCM 12864 LCD图形显示程序例子 在LCD上显示一幅图,是“我的电脑,我的文档”。IC用PIC16F877A,晶振 4MHZ,采用并行8线,LCD:TS12864-3,接法在程序中有定义,只要将此程序COPY到你的PICC里编译下载后,在目标板上即可以看到图画了!-LCM 12864 LCD graphics display program examples in the LCD display a map, is the
    2022-05-06 17:58:15下载
    积分:1
  • HT24 系列的EEPROM 总共8 个管脚,三个为芯片地址脚A0、A1、A2,在单片机对它进行操作时,从SDA 输入A0、A1、A2 数据和芯片外部A0、A1...
    HT24 系列的EEPROM 总共8 个管脚,三个为芯片地址脚A0、A1、A2,在单片机对它进行操作时,从SDA 输入A0、A1、A2 数据和芯片外部A0、A1、A2 所接地址需一一对应。一个为芯片写保护脚WP,WP 脚接低电平时,芯片可进行读写操作;WP 脚接高时,芯片只可进行读,不可进行写。 另外两个管脚为电源脚VCC,VSS。 用单片机对HT24 系列的EEPROM 进行控制时,HT24 系列的EEPROM 的外部管脚VCC、VSS、WP、A0、A1、A2 根据需要,对应接上,SDA、SCL 接到单片机控制脚上。-HT24 Series EEPROM total of 8 pins, three pins for the chip address A0, A1, A2, in the microcontroller to operate it, from SDA input A0, A1, A2, and chip external data A0, A1, A2 of the Then one correspondence address must be in. One for the chip, write-protect pin WP, WP feet then low, the chip can be read and write operations WP pin is high then, the chip can only be read, not write. The other two pins for the power pin VCC, VSS. With the microcontroller on the HT24 Series EEPROM control when, HT24 Series EEPROM external pin VCC, VSS, WP, A0, A1, A2 according to the needs of the corresponding connected, SDA, SCL receives SCM control feet .
    2022-01-28 04:45:28下载
    积分:1
  • 盛方学习板单片机实验全部源码 新手宝典
    盛方学习板单片机实验全部源码 新手宝典 -Sheng Fang experimental study single-chip all-source plate green hand book
    2022-08-10 16:56:25下载
    积分:1
  • c8051f340的usb的使用,包括描述符的设置,usb的标准库文件以usb的初始化...
    c8051f340的usb的使用,包括描述符的设置,usb的标准库文件以usb的初始化-c8051f340 use the usb, including descriptor settings, usb standard library file to usb initialization
    2022-01-24 16:13:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载