登录
首页 » SCM » 比较时钟的另类应用

比较时钟的另类应用

于 2022-06-19 发布 文件大小:1.31 kB
0 132
下载积分: 2 下载次数: 1

代码说明:

比较时钟的另类应用---模拟发送红外遥控的波形 比较时钟一般用来作一个固定的定时器,做系统时钟或固定的时钟任务,-Comparison of the alternative application of the clock to send the infrared remote control--- Simulation waveforms generally used for clock compared to a fixed timer, so the system clock or the clock fixed tasks,

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

发表评论

0 个回复

  • All ports at the same time the high home ownership low, and constantly flashing...
    把所有端口的同时置高置低,不断闪烁 2 p1 口3 路流水灯理解2 进制数与端口的关系 3 单片机的加法:把52h+0fch 结果送p1 口 4 单片机的乘法:把ff*03h 结果送p1 5 单片机的二进制加法 6 单片机的两位计数器 7 学习单片机的逻辑运算 8 进一步学习单片机的逻辑运算 9 循环移位指令的流水灯 10 理解熟悉散转结构的程序 11 位操作指令的学习 12 比较指令的学习与cy位-All ports at the same time the high home ownership low, and constantly flashing 2 p1 I 3 way light water 2 hexadecimal understanding the relationship between the number of 3-port MCU adder: the 52h+ 0fch results sent p1 mouth 4 Singlechip multiplication: ff* 03h results to send binary adder p15 SCM SCM 6 2 7 learning Singlechip counter logic operations further study 8 MCU 9 cyclic shift logic operations instructions flowing light 10 scattered understanding of familiar procedures to the structure of 11 operating instruction instructions learn learning 12 compared with the cy-bit
    2022-05-29 08:00:49下载
    积分:1
  • 主要是实现I2C协议的一种方法,主要运行环境是ADS1.2
    主要是实现I2C协议的一种方法,主要运行环境是ADS1.2-I2C protocol is mainly to achieve a method, the main operating environment is ADS1.2
    2022-01-25 14:55:08下载
    积分:1
  • 802.11k协议草案,定义了关于无线资源测量的内容。
    802.11k协议草案,定义了关于无线资源测量的内容。-802.11k draft , defines the content on the radio resource measurement.
    2022-03-15 02:17:38下载
    积分:1
  • AVR单片机的EEPROM的读写程序, 通过TWI接口读写.
    AVR单片机的EEPROM的读写程序, 通过TWI接口读写.-AVR MCU EEPROM reading and writing process, reading and writing through the TWI interface.
    2022-05-05 18:46:11下载
    积分:1
  • ARM7系列单片机的,键盘输入与LED扫描人机对话程序
    ARM7系列单片机的,键盘输入与LED扫描人机对话程序-ARM7 MCU series, keyboard input and LED scanning procedures man-machine dialogue
    2022-08-03 15:46:55下载
    积分:1
  • 这是相关T6963c(240*128)液晶驱动(AVR Mega128) C语言 ,这是转载的程序...
    这是相关T6963c(240*128)液晶驱动(AVR Mega128) C语言 ,这是转载的程序-T6963c (240* 128) LCD driver (AVR Mega128) C language, which is reproduced in the process
    2022-02-07 14:07:31下载
    积分:1
  • 串口程序,内有详细的注释,是参考网上流传的串口调试助手写的,在此进行了分栏显示的改进,学习者也可以将其中的控件属性设置为可见,实现和串口调试助手一样的功能。...
    串口程序,内有详细的注释,是参考网上流传的串口调试助手写的,在此进行了分栏显示的改进,学习者也可以将其中的控件属性设置为可见,实现和串口调试助手一样的功能。-Serial process, with detailed notes, with reference to the spread of online serial debugging assistant written in this column have been shown to improve, learners can also control which property is set to visible, to achieve and serial debug Like assistant functions.
    2023-04-26 14:00:03下载
    积分:1
  • 本实验实现PS/2接口与RS
    本实验实现PS/2接口与RS-232接口的数据传输, PS/2键盘上按下按键,可以通过RS-232自动传送到主机的串口调试终端上(sscom32.exe); 并在数据接收区显示接收到的字符。 串口调试终端的设置:波特率115200,一个停止位,无校验位。 -Realize this experiment, PS/2 interface with RS-232 data interface, PS/2 keyboard to press the button, through RS-232 automatic transmission to the host serial debug terminal (sscom32.exe) and data receiving display received characters. Serial debug terminal settings: 115200 baud rate, one stop bit, no parity bit.
    2022-10-12 11:00:03下载
    积分:1
  • 对初学MCS
    对初学MCS-51单片机的很有帮助的,基础的知识-helpful MCS-51 for beginners helpful
    2022-02-13 10:01:37下载
    积分:1
  • err
    单片机汉字和ASCII字符程序,程序中的汉字和英文全部存在字库中。单片机用的是常用的8051,仿真软件用的是proteus。由于proteus中的flash最大是64k,没有29c040等,而汉字和ASCII加起来有二百多k,所以用了5片27c512,如此一来程序就复杂了。用hc38译码器做片选等功能,hc00做逻辑电路,锁存器是hc373,液晶屏是12864的,ks0108驱动芯片,都是比较常用的。技术上用的是总线方法,包换液晶屏,没有用间接驱动,因为那样浪费IO口,液晶屏因为有左右屏之分,所以还要考虑在只有一个ASCII字符和情况下如果要显示中文该如何处理。还用到了分页技术,因为flash太多了。proteus的优点是不用硬件就可以调试程序,但有时与在硬件板上有区别。但还是相当不错的,如果做硬件板的话,或许要花几百元。看下图的仿真,proteus版本是7.1,keil的版本是8.02.如果学生拿来做毕业设计的话,那是相当不错的,因为这个技术曾经用在产品上。 -err
    2022-08-17 02:21:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载