-
ATMEGA128 香港金德集团有限公司串行闪存驱动程序
香港金德集团有限公司串行数据的驱动程序 flash 这。芯片类型: ATmega128AVR 时钟频率: 8 兆赫编译器: CodeVision
- 2022-01-25 17:10:44下载
- 积分:1
-
与 arduino GSM_GPS
GSM 库是包含在 Arduino IDE 1.0.4 及更高版本。
Arduino GSM 屏蔽,此库使 Arduino 电路板做的大部分操作你可以用 GSM 电话: 放置接听语音电话,发送和接收短信,并通过 GPRS 网络连接到互联网。
GSM 屏蔽了将数据从串行端口传输到 GSM 网络的调制解调器。调制解调器执行通过 AT 命令的一系列操作。图书馆文摘低级别通信的调制解调器和 SIM 卡之间。它依赖于现代和 Arduino 之间的通信的串行软件库。
通常情况下,每个单独的命令是执行特定功能所需的一大系列的一部分。图书馆还可以接收信息,并将它返回给您在必要时。
- 2022-06-12 19:09:04下载
- 积分:1
-
第二程序arm9.2!!!!!!!!!!!
ARM9.2的第二个程序-The second procedure ARM9.2! ! ! ! ! ! ! ! ! ! !
- 2022-04-19 02:52:51下载
- 积分:1
-
在嵌入式系统DeltaSYSTEM中实现PING主机,TCP服务器,TCP客户端,UDP服务器,UDP客户端的程序
在嵌入式系统DeltaSYSTEM中实现PING主机,TCP服务器,TCP客户端,UDP服务器,UDP客户端的程序-in Embedded System DeltaSYSTEM achieve PING mainframe, TCP server, TCP Client, UDP server, the client UDP procedures
- 2022-01-25 17:43:00下载
- 积分:1
-
this the MUSIC PLAYER source code, to learn ARM helpful, good things to share wi...
this the MUSIC PLAYER source code, to learn ARM helpful, good things to share with everyone Kazakhstan-ARM DEVELOPMENT
- 2022-04-22 14:56:35下载
- 积分:1
-
Linux kernel 2.4 Dynamic Power Management (Dynamic Power Manage ment) of the sou...
Linux 2.4 内核下动态电源管理(Dynamic Power Management)的源代码,基于Jz4730 CPU的一个实现,支持动态变频,睡眠和唤醒,具有很大参考价值。-Linux kernel 2.4 Dynamic Power Management (Dynamic Power Manage ment) of the source code, based on the CPU Jz4730 a realization that support Dynamic Frequency, sleep and awakened, have great reference value.
- 2022-05-13 01:24:21下载
- 积分:1
-
运用数控机床上的逐点比较插补算法来实现悬挂物体控制系统的画图要求...
运用数控机床上的逐点比较插补算法来实现悬挂物体控制系统的画图要求-use of CNC machine tools-by-point comparison of interpolation algorithm to achieve flag objects of the class control system requirements
- 2022-04-09 21:10:25下载
- 积分:1
-
Validate Baud rate s accuracy
this program will show from FF to 00.
Validate Baud rate s accuracy
this program will show from FF to 00.
- 2022-06-02 11:05:45下载
- 积分:1
-
嵌人式系统编程学习
嵌人式系统编程学习-embedded systems programming learning
- 2023-01-13 04:30:04下载
- 积分: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