-
LED 闪烁 8051
在上面的电路图,AT89C52 用于模拟指示灯闪烁代码。您可以放置 AT89C51 在这里没有任何其他的变化和代码仍将运行相同。因此,此示例代码可以处理 AT89C51 和 AT89C52 的微控制器。
这里使用 11.0592 MHz A 晶体。你可以使用 8051 的任何晶体值从 3 到 24 兆赫。正如我们所知 8051 微控制器有一个建筑,在 12 个 CPU 周期执行一条指令,因此这种 11.0592 Mhz 晶体使此 8051 的运行在 0.92 MIPS (百万指令每秒)。此项目的代码如下所示。
- 2022-02-09 17:39:52下载
- 积分:1
-
modebus 主 avr codevision 库
此源可用于在交际中 modbus 模式为谁,可能想要在 avr ucontrollers codevision 编译器中使用这种类型的协议。
- 2022-03-26 02:42:38下载
- 积分:1
-
c51 a few paragraphs to learn the code is mainly the function of a number of cod...
c51的 几段学习代码 主要是一些模块的 功能代码 希望初学者学习-c51 a few paragraphs to learn the code is mainly the function of a number of code modules for beginners to learn hope
- 2022-05-13 00:55:20下载
- 积分:1
-
libopencm3大师
EFM32是一个主要由Energy Micro开发的ARM Cortex-M3微控制器系列,专注于能源效率。它由几个家族组成(零壁虎,最高32k闪存/4k内存,小壁虎,壁虎,豹纹壁虎,巨型壁虎,最高256k闪存/32k内存)。
- 2023-05-24 12:15:03下载
- 积分:1
-
The success of the latest test tslib, ran in the RMI AU1200 Oh!! Very difficult...
成功的最新测试tslib,运行在RMI AU1200哦!!很难得到它!!
- 2022-03-20 21:10:08下载
- 积分:1
-
基于Qt的多媒体播放器
应用背景自己写的基于Qt的多媒体播放器,包含音乐播放器的必备功能,以及歌词显示,系统托盘,拖曳播放等扩展功能关键技术// 创建用来解析媒体的信息的元信息解析器
metaInformationResolver = new Phonon::MediaObject(this);
// 需要与AudioOutput连接后才能使用metaInformationResolver来获取歌曲的总时间
Phonon::AudioOutput *metaInformationAudioOutput =
new Phonon::AudioOutput(Phonon::MusicCategory, this);
Phonon::createPath(metaInformationResolver, metaInformationAudioOutput);
connect(metaInformationResolver, SIGNAL(stateChanged(Phonon::State, Phonon::State)),
this, SLOT(metaStateChanged(Phonon::State, Phonon::State)));
connect(mediaObject, SIGNAL(currentSourceChanged(Phonon::MediaSource)),
this, SLOT(sourceChanged(Phonon::MediaSource)));
connect(mediaObject, SIGNAL(aboutToFinish()), this, SLOT(aboutToFinish()));
- 2022-12-10 11:15:03下载
- 积分:1
-
ADUC8XX代码
ADUC8XX代码-source code of ADUC8XX
- 2022-02-13 03:38:11下载
- 积分:1
-
PIC18F45K22的几个小程序
基于PIC18F45K22的几个小程序,主要程序有1,闪烁的LED(16MHz)
02 从左到右的流水灯
03 8只LED左右来回点亮
06 单只数码管循环显示0~9
07 8只数码管滚动显示单个数字
08 8只数码管动态显示多个不同字符
- 2022-03-19 02:39:52下载
- 积分:1
-
CENTER arm in a transplant code, we welcome the study reference. Common learning...
ucos在arm上的移植代码,欢迎大家学习参考。共同学习,共同进步。-CENTER arm in a transplant code, we welcome the study reference. Common learning and common progress.
- 2022-01-21 00:21:23下载
- 积分:1
-
i2c librabry based on stellaris lm3s
这是基于stellaris的i2c库。用于从/到从属设备的读写,以及作为主设备的LM3
- 2023-07-23 12:55:03下载
- 积分:1